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

Notification

Icon
Error

Options
Go to last post Go to first unread
pbl  
#1 Posted : Monday, December 6, 2010 4:48:17 AM(UTC)
pbl

Rank: Newbie

Groups: Member
Joined: 10/2/2008(UTC)
Posts: 4

Hi,

I'm testing the ImageUploaderFlash control under ASP.Net and hitting something I think is an error. When we try to upload a bitmap (*.bmp) and also set the converter to resize the files, the filehandling event on the server side doesn't fully get the file. Here is the scenario that fails:

Code:
<aur:ImageUploaderFlash ID="Uploader1" runat="server" Width="500" >
  <ListView EnableDescription="false" View="Thumbnails" />
  <Converters>
    <aur:Converter Mode="*.*=Thumbnail" ThumbnailFitMode="Fit" 
                       ThumbnailWidth="1024" ThumbnailHeight="1024" />
   </Converters>
</aur:ImageUploaderFlash>


On the serverside, I receive a FileUploadEventArgs with an item in the
ConvertedFiles collection. But the ConvertedFiles[0] item is impossible to save (getting a nullreference exception 'File File0_0 hasn't been uploaded.'). The ConvertedFiles[0] item has the property IsReceived set to 'false'.

I've also experienced this error with resizing *.bmp files on your demo site:
http://demo.aurigma.com/...eUploaderFlash/AjaxDemo/

Uploading *.bmp with only the SourceFile-converter works fine.

We are considering to replace our ActiveX uploader with the Flash version, but this error is prohibiting us.

Edited by moderator Monday, December 6, 2010 4:50:13 AM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Tuesday, December 7, 2010 1:02:28 AM(UTC)
Dmitry.Obukhov

Rank: Advanced Member

Groups: Member
Joined: 5/29/2010(UTC)
Posts: 1,310

Thanks: 8 times
Was thanked: 111 time(s) in 111 post(s)
Hello Harald,

Unfortunately BMP images are not supported by Adobe Flash. The only way to upload them using Image Uploader Flash is to send them as original files.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
Users browsing this topic
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.