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

Notification

Icon
Error

Options
Go to last post Go to first unread
pisos_com  
#1 Posted : Wednesday, July 21, 2010 7:24:48 PM(UTC)
pisos_com

Rank: Newbie

Groups: Member
Joined: 7/21/2010(UTC)
Posts: 3

Hi, first sorry for my English but I don't speak it regularly.
I am a novice with the image uploader control and I have a question about it.

The compression of the image using the thumbnail1, thumbnail2, thumbnail3 is realised in the client-side or in the server-side?
If the two forms exist then what is the way to realize the compression in the client-side?


Thanks.

Edited by user Thursday, July 22, 2010 3:30:57 PM(UTC)  | Reason: Not specified

Dmitry.Obukhov  
#2 Posted : Thursday, July 22, 2010 7:46:59 PM(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 Eduard,

Thank you for your interest in our software.

Image Uploader allows sending rotated, resized, and recompressed versions of the original images. All transformations are applied on the client side only. You can find more details and code snippets in the Resizing and Rotating Images article.
As for how Image Uploader is uploading files to server side. Image Uploader does it in the following way.
  • Image Uploader applies all transformations to the selected files and submits files to the server using HTTP POST requests.
  • The server script specified with the Action property processes uploaded files and sends some HTML back to Image Uploader.
  • As soon as Image Uploader receives the response, the upload is considered completed.
You can find the detailed info in the How Does Image Uploader Work topic.

If you have additional questions please feel free to let me know.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
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.