Try our conversational search powered by Generative AI!

Use swf file uploader in episerver

Vote:
 

Hi guys

I have tried to implement a swf file uploader in episerver admin section..

http://www.codeproject.com/KB/aspnet/FlashUpload.aspx

This controls works perfectly on standard asp.net website. But when I try to use this control in episerver admin mode I got error "IO # 2038"  followed by "http error : 404".

I figure this could be caused by swf control can not find httphandler "upload.axd".

I put upload.cs on the root directory, so in a standard asp.net website, you can access it by going to mywebsite/upload.axd

But in episerver when I try to do that I got error 404.

in web.config I have this line

add verb="Post,Get" path="upload.axd" type="upload"

I am out of ideas, any help is appreciated.

 

#36059
Jan 13, 2010 6:24
Vote:
 

Problem solved; on the asp.net page that uses the flashupload I changed the UploadPage to "/upload.ashx". Also I used the episerver sdk to upload file to episerver database.

 Check out my blog for this source code of this flash uploader

http://jefferychinet.blogspot.com/2010/01/episerver-flash-file-uploader.html

This flash file uploader allows users to select multiple file and upload them to a chosen episerver folder, it has a good upload progress bar and other features.

#36097
Jan 13, 2010 23:23
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.