Skip to content

Commit 5d9b49b

Browse files
committed
Created Example 09: Extension to serve the PlUpload plugin
1 parent c9373ce commit 5d9b49b

File tree

645 files changed

+83950
-142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

645 files changed

+83950
-142
lines changed

Examples/Backload__Example08.sln

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Backload__Example08", "Example08\Backload__Example08.csproj", "{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Extension01", "Example08\Extension01\Extension01.csproj", "{E15B92C9-E31A-4471-8BB3-227D33A3D3D1}"
7+
EndProject
8+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DataLayer", "Example08\DataLayer\DataLayer.csproj", "{EC4F6996-C078-4FF1-9841-6DBEFB897B09}"
9+
EndProject
10+
Global
11+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
12+
Debug|Any CPU = Debug|Any CPU
13+
Release|Any CPU = Release|Any CPU
14+
EndGlobalSection
15+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
16+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
17+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
18+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
19+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Release|Any CPU.Build.0 = Release|Any CPU
20+
{E15B92C9-E31A-4471-8BB3-227D33A3D3D1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
21+
{E15B92C9-E31A-4471-8BB3-227D33A3D3D1}.Debug|Any CPU.Build.0 = Debug|Any CPU
22+
{E15B92C9-E31A-4471-8BB3-227D33A3D3D1}.Release|Any CPU.ActiveCfg = Release|Any CPU
23+
{E15B92C9-E31A-4471-8BB3-227D33A3D3D1}.Release|Any CPU.Build.0 = Release|Any CPU
24+
{EC4F6996-C078-4FF1-9841-6DBEFB897B09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
25+
{EC4F6996-C078-4FF1-9841-6DBEFB897B09}.Debug|Any CPU.Build.0 = Debug|Any CPU
26+
{EC4F6996-C078-4FF1-9841-6DBEFB897B09}.Release|Any CPU.ActiveCfg = Release|Any CPU
27+
{EC4F6996-C078-4FF1-9841-6DBEFB897B09}.Release|Any CPU.Build.0 = Release|Any CPU
28+
EndGlobalSection
29+
GlobalSection(SolutionProperties) = preSolution
30+
HideSolutionNode = FALSE
31+
EndGlobalSection
32+
EndGlobal

Examples/Backload__Example09.sln

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Backload__Example09", "Example09\Backload__Example09.csproj", "{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}"
5+
EndProject
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Backload.Extension.Contoso", "Example09\Backload.Extension.Contoso\Backload.Extension.Contoso.csproj", "{3206DB3E-5F63-4DD0-B60A-E3F86A4F2B33}"
7+
EndProject
8+
Global
9+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
10+
Debug|Any CPU = Debug|Any CPU
11+
Release|Any CPU = Release|Any CPU
12+
EndGlobalSection
13+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{0E7C07B3-B70C-4B9F-A55D-1423E09AF8FA}.Release|Any CPU.Build.0 = Release|Any CPU
18+
{3206DB3E-5F63-4DD0-B60A-E3F86A4F2B33}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19+
{3206DB3E-5F63-4DD0-B60A-E3F86A4F2B33}.Debug|Any CPU.Build.0 = Debug|Any CPU
20+
{3206DB3E-5F63-4DD0-B60A-E3F86A4F2B33}.Release|Any CPU.ActiveCfg = Release|Any CPU
21+
{3206DB3E-5F63-4DD0-B60A-E3F86A4F2B33}.Release|Any CPU.Build.0 = Release|Any CPU
22+
EndGlobalSection
23+
GlobalSection(SolutionProperties) = preSolution
24+
HideSolutionNode = FALSE
25+
EndGlobalSection
26+
EndGlobal

Examples/Demos_by_bluimp/Demos_by_bluimp.csproj

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
</PropertyGroup>
4444
<ItemGroup>
4545
<Reference Include="Backload">
46-
<HintPath>..\packages\Backload.1.8.1.2\lib\net45\Backload.dll</HintPath>
46+
<HintPath>..\packages\Backload.1.8.2.0\lib\net45\Backload.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Backload.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=079b4834180abdf7, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Backload.1.8.1.2\lib\net45\Backload.Contracts.dll</HintPath>
48+
<Reference Include="Backload.Contracts">
49+
<HintPath>..\packages\Backload.1.8.2.0\lib\net45\Backload.Contracts.dll</HintPath>
5050
</Reference>
5151
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
@@ -309,6 +309,15 @@
309309
<Content Include="packages.config" />
310310
<Content Include="Scripts\ColorBox\jquery.colorbox-min.js" />
311311
<Content Include="Scripts\ColorBox\jquery.colorbox.js" />
312+
<Content Include="Web.config">
313+
<SubType>Designer</SubType>
314+
</Content>
315+
<None Include="Web.Debug.config">
316+
<DependentUpon>Web.config</DependentUpon>
317+
</None>
318+
<None Include="Web.Release.config">
319+
<DependentUpon>Web.config</DependentUpon>
320+
</None>
312321
<None Include="Scripts\jquery-2.0.2.intellisense.js" />
313322
<None Include="Scripts\jquery-2.0.2-vsdoc.js" />
314323
<Content Include="Scripts\FileUpload\angularjs\angular.debug.js" />
@@ -359,15 +368,6 @@
359368
<Content Include="Scripts\MicrosoftMvcAjax.js" />
360369
<Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
361370
<Content Include="Scripts\MicrosoftMvcValidation.js" />
362-
<Content Include="Web.config">
363-
<SubType>Designer</SubType>
364-
</Content>
365-
<Content Include="Web.Debug.config">
366-
<DependentUpon>Web.config</DependentUpon>
367-
</Content>
368-
<Content Include="Web.Release.config">
369-
<DependentUpon>Web.config</DependentUpon>
370-
</Content>
371371
<Content Include="Content\Site.css" />
372372
<Content Include="Scripts\_references.js" />
373373
<Content Include="Views\_ViewStart.cshtml" />

Examples/Demos_by_bluimp/Web.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
<add namespace="System.Web.WebPages" />
4848
</namespaces>
4949
</pages>
50+
<httpRuntime executionTimeout="1200" maxRequestLength="51200" />
5051
</system.web>
5152
<system.webServer>
5253
<validation validateIntegratedModeConfiguration="false" />

Examples/Demos_by_bluimp/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Backload" version="1.8.1.2" targetFramework="net45" />
3+
<package id="Backload" version="1.8.2.0" targetFramework="net45" />
44
<package id="EntityFramework" version="5.0.0" targetFramework="net45" />
55
<package id="jQuery" version="2.0.2" targetFramework="net45" />
66
<package id="jQuery.UI.Combined" version="1.10.3" targetFramework="net45" />

Examples/Example01/Backload__Example01.csproj

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
</PropertyGroup>
4444
<ItemGroup>
4545
<Reference Include="Backload">
46-
<HintPath>..\packages\Backload.1.8.1.2\lib\net45\Backload.dll</HintPath>
46+
<HintPath>..\packages\Backload.1.8.2.0\lib\net45\Backload.dll</HintPath>
4747
</Reference>
48-
<Reference Include="Backload.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=079b4834180abdf7, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Backload.1.8.1.2\lib\net45\Backload.Contracts.dll</HintPath>
48+
<Reference Include="Backload.Contracts">
49+
<HintPath>..\packages\Backload.1.8.2.0\lib\net45\Backload.Contracts.dll</HintPath>
5050
</Reference>
5151
<Reference Include="EntityFramework, Version=5.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
5252
<SpecificVersion>False</SpecificVersion>
@@ -316,6 +316,13 @@
316316
<None Include="Web.Release.config">
317317
<DependentUpon>Web.config</DependentUpon>
318318
</None>
319+
<None Include="Web.FileUpload.config" />
320+
<None Include="Web.FileUpload.xsd">
321+
<SubType>Designer</SubType>
322+
</None>
323+
<None Include="Web.FileUploadGroup.xsd">
324+
<SubType>Designer</SubType>
325+
</None>
319326
<None Include="Scripts\jquery-2.0.2.intellisense.js" />
320327
<None Include="Scripts\jquery-2.0.2-vsdoc.js" />
321328
<Content Include="Scripts\FileUpload\angularjs\angular.debug.js" />

Examples/packages/Backload.1.8.1.2/content/Web.FileUpload.config renamed to Examples/Example01/Web.FileUpload.config

File renamed without changes.

Examples/packages/Backload.1.8.1.2/content/Web.FileUpload.xsd renamed to Examples/Example01/Web.FileUpload.xsd

File renamed without changes.

Examples/packages/Backload.1.8.1.2/content/Web.FileUploadGroup.xsd renamed to Examples/Example01/Web.FileUploadGroup.xsd

File renamed without changes.

Examples/Example01/Web.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
<add namespace="System.Web.WebPages" />
3333
</namespaces>
3434
</pages>
35+
<httpRuntime executionTimeout="1200" maxRequestLength="51200" />
3536
</system.web>
3637
<system.webServer>
3738
<validation validateIntegratedModeConfiguration="false" />

0 commit comments

Comments
 (0)