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

Notification

Icon
Error

Options
Go to last post Go to first unread
Alex.Navarro@filogix.com  
#1 Posted : Tuesday, February 25, 2014 6:51:39 AM(UTC)
Alex.Navarro@filogix.com

Rank: Member

Groups: Member
Joined: 6/25/2013(UTC)
Posts: 10

When trying to upload using HTML5 on the iPad, I am getting the error message:
"Thumbnail converter is not supported in your browser"

I am using the latest version [8.0.66]

Without Thumbnail support, the HTML5 version is useless to me, as I need it to mimic our Java/Active-x features on the iPad. Using UP is not an option, as this is a responsive page across many devices.

Is there any way to get the Thumbnail support in an iPad browser? My code is below.

EDIT
I know it is possible, because the Resize Photo Upload Demo works on the iPad
http://demo.aurigma.com/...oUploadDemo/Default.aspx

Code:

var u = $au.imageUploaderFlash({
			
   id: 'Uploader',
   type: 'html',

   converters: [
      { 
	  mode: "*.*=Thumbnail",
	  thumbnailFitMode: "Width",
          thumbnailWidth: "640",
          thumbnailJpegQuality: "90"
      },
      { 
	  mode: "*.*=Thumbnail",
	  thumbnailFitMode: "Width",
          thumbnailWidth: "320",
          thumbnailJpegQuality: "90"
      },
      { 
	  mode: "*.*=Thumbnail",
	  thumbnailFitMode: "Width",
          thumbnailWidth: "107",
          thumbnailJpegQuality: "90"
      }
   ],
})

u.writeHtml();

Edited by user Tuesday, February 25, 2014 7:30:51 AM(UTC)  | Reason: Not specified

Andrew  
#2 Posted : Tuesday, March 4, 2014 12:46:58 AM(UTC)
Andrew

Rank: Advanced Member

Groups: Member, Administration
Joined: 8/2/2003(UTC)
Posts: 876

Thanks: 2 times
Was thanked: 27 time(s) in 27 post(s)
Please double-check the version number and re-download it from here:

http://www.aurigma.com/downloads/upload-suite/

I believe you are using 8.0.54, not 8.0.66.
Alex.Navarro@filogix.com  
#3 Posted : Wednesday, March 5, 2014 6:13:54 AM(UTC)
Alex.Navarro@filogix.com

Rank: Member

Groups: Member
Joined: 6/25/2013(UTC)
Posts: 10

Yes, that was exactly it. Thank you!

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.