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

Notification

Icon
Error

Options
Go to last post Go to first unread
aumvijay  
#1 Posted : Wednesday, August 18, 2010 7:18:02 PM(UTC)
aumvijay

Rank: Newbie

Groups: Member
Joined: 8/18/2010(UTC)
Posts: 1

Hi,

Is is possible that I can Upload thumbnails of all images first and when Thumbnail uploading finishes, then the Original Images to server ?

Please let me know is it possible through JAVA or Flash upload component ?

I am using Java - PHP_IUEmbed - Optimize Upload - Component for file upload.


Thanks,
Vijay
Dmitry.Obukhov  
#2 Posted : Thursday, August 19, 2010 7:50:26 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 Vijay,

Thanks for contacting us.
You are able to implement this behavior. You should configure Image Uploader for thumbnails and disable source file upload:
Code:

iu.addParam("UploadSourceFile", "true");
iu.addParam("UploadThumbnail1FitMode", "Fit");
iu.addParam("UploadThumbnail1Width", "120");
iu.addParam("UploadThumbnail1Height", "120");

Then you should use AfterUpload Event for setting upload of source file:
Code:

function ImageUploaderID_AfterUpload(Html) {
  iu.addParam("UploadSourceFile", "true");
}

If you have additional questions, please feel free to let me know. If you need, I will be able to create sample application which allows doing it.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
FADE  
#3 Posted : Tuesday, June 21, 2011 1:45:16 PM(UTC)
FADE

Rank: Newbie

Groups: Member
Joined: 6/21/2011(UTC)
Posts: 5

Thanks: 1 times
Hello Dmitry

I am in need of just this exact thing, I have tried adding it myself but to no avail, could you supply that small sample that you offered Vijay? I really do appreciate it, Thank-You
Dmitry.Obukhov  
#4 Posted : Wednesday, June 22, 2011 10:06:43 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 Bryan,

Please clarify which version of Image Uploader you use: v6 or v7?
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
FADE  
#5 Posted : Friday, June 24, 2011 6:02:05 AM(UTC)
FADE

Rank: Newbie

Groups: Member
Joined: 6/21/2011(UTC)
Posts: 5

Thanks: 1 times
My Bad :) I guess that would help, I am using version 7 of the uploader.
Thank-You So much!
Dmitry.Obukhov  
#6 Posted : Tuesday, June 28, 2011 9:24: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 Bryan,

I am sorry for this delay.

Bryan, I prepared a sample for you, which illustrates how to implement the required feature. However, while testing the sample, I found an issue related to using one necessary method in Image Uploader Java. Our developers should fix it. After that, I will provide you with information on new Image Uploader update, and post complete sample code here. It will be soon. Sorry for this inconvenience.
Best regards,
Dmitry Obukhov
Technical Support. Aurigma, Inc.
thanks 1 user thanked Dmitry.Obukhov for this useful post.
FADE on 7/1/2011(UTC)
Dmitry.Obukhov  
#7 Posted : Sunday, July 3, 2011 9:38: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 Bryan,

I added a new support ticket to your account. Please read my reply in the ticket.
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.