Hello
I'm building a multi servers (web farm) architecture and I need to store images and videos in dedicated servers (images.mysite.com and video.mysite.com).
the www.mysite.com server only has the asp.net files (even design css files are on static.mysite.com).
How can I use the Ajax Uploader component in the web server, in order to upload DIRECTLY to the file server ?
Thanks ?