Wednesday, March 25, 2009

Dotnet Flash Upload

Hi,

I developed this component and providing for all to use!

Technical requirements & limitations

  1. Tested successfully on FF2+, Internet Explorer 6+ with Flash player V8+
  2. Due to limitations in the flash player, the maximum allowed size is 100 Mb.

Using
Add in the web.config file in the session (system.web) lines below:


<httpHandlers>

<add verb="*" path="Upload.axd" type="FlashUpload.UploadHandler"/>

</httpHandlers>


<httpModules>

<add name="UploadModule" type="FlashUpload.UploadModule, FlashUpload" />

</httpModules>



Note: I created another (httpHandlers) called "SampleUploadHandler" that demonstrates the use of variables sent in the QueryString for the treatment of files posted.


Component and sample here




No comments:

Post a Comment