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

Notification

Icon
Error

Options
Go to last post Go to first unread
trib  
#1 Posted : Tuesday, July 13, 2004 8:50:00 AM(UTC)
trib

Rank: Member

Groups: Member
Joined: 7/13/2004(UTC)
Posts: 4

I need some clairity on the upload scheme for Aurigma. I have tested this component and uploaded three files totaling 178K, however, the dialoge box says that 408K was sent. I have three separate thumbnails which are uploaded in 640x640, 480x480, and 200x200 resolutions.

Basically, I need to make sure that I'm not uploading the same file three times because this is a huge strain on bandwidth.

If someone has a 5megapixel file thats HUGE, I need to only upload the 640x640 bytes of data, not 5mb or so of the original file. Then I need two more thumbnails for site navigation.

What are the paramters to accomplish this? Right now my config looks like:

Code:
							<object type="application/x-oleobject" classid="clsid:FD18DD5E-B398-452A-B22A-B54636BA9F0D" CodeBase="ImageUploader2.cab" id="ImageUploader" name="ImageUploader" VIEWASTEXT width="798" height="500" >
	
									<param name="Action" value="Wizard3-Upload.aspx">

									<param name="UploadSourceFile" value="False">
									
									<!-- Main pictures -->
									<param name="UploadThumbnail1FitMode" value="fit">																								
									<param name="UploadThumbnail1Width" value="640">
									<param name="UploadThumbnail1Height" value="640">            
									<param name="UploadThumbnail1JpegQuality" value="70">

									<!-- Listing pictures -->
									<param name="UploadThumbnail2FitMode" value="fit">
									<param name="UploadThumbnail2Width" value="340">
									<param name="UploadThumbnail2Height" value="340">
									<param name="UploadThumbnail2JpegQuality" value="100">

									<!-- Thumbnails pictures -->
									<param name="UploadThumbnail3FitMode" value="fit">
									<param name="UploadThumbnail3Width" value="200">
									<param name="UploadThumbnail3Height" value="200">
									<param name="UploadThumbnail3JpegQuality" value="80">

									<param name="PreviewThumbnailSize" value="115">
									<param name="PreviewThumbnailActiveColor" value="#0000ff">
									<param name="PreviewThumbnailInactiveColor" value="#dddddd">
									
									<param name="BackgroundColor" value="#ffffff">
									<param name="FrameColor" value="#eeeeff">
									
									<param name="TimeOut" value="120000">

									<param name="MaxUploadSize" value="3000000">
									<param name="MaxFileCount" value="10">
									<param name="MaxTotalFileSize" value="5242880">  

									<param name="SilentMode" value="False">
									<param name="ShowDebugWindow" value="True">
									<param name="AdditionalFormName" value="Form1">
									<param name="RedirectUrl" value="Wizard3-PreviewPhotos.aspx">	
									<param name="Layout" value="threepanes">
									<param name="FolderView" value="Thumbnails">						
									<param name="UploadView" value="Thumbnails">	
									<param name="Padding" value="0">
									<param name="TreePaneWidth" value="200">
									<param name="ShowButtons" value="False">
									<param name="ShowStatusPane" value="False">
									<param name="ShowContextMenu" value="True">
									<param name="ShowDescriptions" value="False">
									<param name="DropFilesHereText" value="Drag photos from above that you want to upload and drop them here.">
									<param name="FolderPaneHeight" value="250">
								<param name="LicenseKey" value="blah">						
								</object>

Thanks

Edited by user Monday, December 24, 2007 5:15:50 PM(UTC)  | Reason: Not specified

trib  
#2 Posted : Wednesday, July 14, 2004 2:21:00 AM(UTC)
trib

Rank: Member

Groups: Member
Joined: 7/13/2004(UTC)
Posts: 4

anyone?
Fedor  
#3 Posted : Wednesday, July 14, 2004 2:29:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
I am sorry for delay.

I overviewed you code and it seems you have correct parameters for sending 3 thumbnails only.

You only need to fix for 480x480 from "340" to "480":

Code:
<param name="UploadThumbnail2FitMode" value="fit">
<param name="UploadThumbnail2Width" value="480">
<param name="UploadThumbnail2Height" value="480">
<param name="UploadThumbnail2JpegQuality" value="100">

I have tested this component and uploaded three files totaling 178K, however, the dialoge box says that 408K was sent.

As for this question we will check it today and let you know.

Edited by user Monday, December 24, 2007 5:16:03 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

trib  
#4 Posted : Thursday, July 15, 2004 1:12:00 PM(UTC)
trib

Rank: Member

Groups: Member
Joined: 7/13/2004(UTC)
Posts: 4

Thank you I will be looking forward to your response.
Fedor  
#5 Posted : Tuesday, July 20, 2004 10:59:00 PM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
I am sorry for delay. I have checked it and it works perfectly (show totaly the same size as uploaded). Could you submit case with url of your page in order we checked it.

Edited by user Friday, May 23, 2008 3:56:56 PM(UTC)  | Reason: Not specified

Best regards,

Fedor Skvortsov

trib  
#6 Posted : Wednesday, August 4, 2004 12:10:00 AM(UTC)
trib

Rank: Member

Groups: Member
Joined: 7/13/2004(UTC)
Posts: 4

You havent answered my question.

Does Aurigma Image Uploader upload THREE images if I want three thunbnails of an image, or does it upload ONE image and then resize them into THREE thumbnails?

Thanks

Fedor  
#7 Posted : Wednesday, August 4, 2004 12:41:00 AM(UTC)
Fedor

Rank: Advanced Member

Groups: Member, Administration, Moderator
Joined: 7/28/2003(UTC)
Posts: 1,660

Thanks: 5 times
Was thanked: 76 time(s) in 74 post(s)
Image Uploader is just client-side component and doesn't depend on server platform. It means that Image Uploader can create thumbnails only before upload and send to server three images.
Best regards,

Fedor Skvortsov

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.