Rank: Newbie
Groups: Member
Joined: 2/24/2009(UTC) Posts: 1
|
Hi I am unable to upload files that are empty or have the size 0. The ImageUploader receiver looks like this Quote:HttpPostedFile sourceFile = Request.Files["SourceFile_1"]; and the upload page looks like this Quote:... //Configure file mask to display images only. iu.addParam("FileMask", "*.*"); //Configure thumbnail settings. iu.addParam("UploadThumbnail1FitMode", "Fit"); iu.addParam("UploadThumbnail1Width", "120"); iu.addParam("UploadThumbnail1Height", "120"); iu.addParam("UploadThumbnail1JpegQuality", "60"); //Configure upload settings. iu.addParam("Action", "FileUploadReceiver.aspx"); iu.addParam("FilesPerOnePackageCount", "1"); iu.addParam("AutoRecoverMaxTriesCount", "5"); iu.addParam("AutoRecoverTimeOut", "5000"); //Configure URL where to redirect after upload. //iu.addParam("RedirectUrl", "gallery.aspx"); //iu.addParam("RedirectUrl", "NewPackage.aspx"); iu.fullPageLoadListenerName = "FullPageLoad"; ... Is there anyone else having this problem? // Tomas
|
|
|
|
Rank: Advanced Member
Groups: Joined: 3/9/2008(UTC) Posts: 554
Was thanked: 1 time(s) in 1 post(s)
|
Hello Tomas, I tried to reproduce your problem locally and uploade process failed. Unfortunately it is bug, our developers will fix it in future releases. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.