Welcome Guest! You need to login or register to make posts.

Notification

Icon
Error

Options
Go to last post Go to first unread
hellman  
#1 Posted : Tuesday, February 24, 2009 8:50:34 PM(UTC)
hellman

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

Tamila  
#2 Posted : Wednesday, February 25, 2009 7:27:38 PM(UTC)
Tamila

Rank: Advanced Member

Groups: Member
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.

Aurigma Support Team

UserPostedImage Follow Aurigma on Twitter!

Users browsing this topic
Guest
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.