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

Notification

Icon
Error

Options
Go to last post Go to first unread
rolandk98  
#1 Posted : Sunday, February 3, 2008 1:36:45 AM(UTC)
rolandk98

Rank: Member

Groups: Member
Joined: 11/20/2007(UTC)
Posts: 3

Hello,
I would like to know if you can do the following with image uploader.
there are multiple servers A, B, C etc..

server A is the main server that delivers imageuploader to the client, server B, C etc.. are the servers that processes the images after upload is completed.

is there a way to have imageuploader upload directly to server B or C or D any server other than server A the initial server that loaded image uploader to the client?

I am not asking that it upload to multiple server at the same time, just a different server B, C, or D.
Server A will "setup" image uploader prior to delivery to client as to which server the images should be uploaded too..
thx


George Ulyanov  
#2 Posted : Sunday, February 3, 2008 2:47:09 PM(UTC)
George Ulyanov

Rank: Advanced Member

Groups: Member
Joined: 7/26/2006(UTC)
Posts: 203

Hello,

You can set the full path to the upload processing script, something like that:

Image Uploader lives here:
www.site1.com,

but action pointed to another site:
iu.addAction("http://www.site2.com/Upload.aspx");

This Action value you can change in run-time according to some states:

function beforeUploadEventListener()
{
if (currentId == FirstUser)
{
getImageUploader("ImageUploaderId").setAction("http://www.site.com/FirstUser/Upload.aspx");
}
}

Or, also, you can use one (main) upload processing script on the same site, which redirects all POST data to the different sites.
Best regards,
George Ulyanov
Users browsing this topic
Similar Topics
Uploading to a different server but keeping database info (Discussions – ActiveX/Java Uploader)
by alanfox70 9/30/2005 1:53:09 PM(UTC)
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.