Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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.
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.