Rank: Newbie Groups: Member
Joined: 9/13/2007 Posts: 4
|
I'm looking for something like your AJAX uploader control, but I have an odd requirement on my project. The user is going to be on a website on one server, but the file needs to be saved to another server. This is for bandwidth usage reasons, so I can't even have the temporary files on the web server. Is there any way to use your control like this?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
That's pretty easy as long as the other server can also run ASP.NET. Host a page on that server that contains our uploader control, then put that page into a frame of your primary server should do the trick.
|