This example demonstrates how to preset a specific environment for the single
upload process.
All uploaded files will be stored to the "UploadedFiles" folder that is located
in the root directory of an examples.
You should grant write access to "UploadedFiles" folder to the ASP.NET process
identity(typically {MACHINE}\ASPNET on IIS 5
or Network Service on IIS 6).
Presetted parameters for expected upload:
Maximum request size: 10240 KB (10MB);
Allowed file types: .jpg, .jpeg, .gif, .png;
Other examples
View C Sharp source code
View VB NET source code
Used files: Bin\EasyAlgo.EAUpload.dll, web.config,
ChangeUploadEnvironment.aspx, ChangeUploadEnvironment.aspx.cs, ExampleExceptionHandler.aspx,ExampleExceptionHandler.aspx.cs
ExamplesStyle.css [Optional]