AQUANANU
Posts: 107
|
| Posted: 08/16/2006, 1:37 PM |
|
hi, has anyone tried to store files on second server, that is not on the server which the form has been executed.
Like a form with personal details is executed on Server A, in order not to clutter the server A, i wish that the picture of the person to be uploaded on Server B where there is lots of storage space.
how can this be achieved without losing the session and the state where the user was on the site hosted on server A.
_________________
Navneet Kakkar
CEO
Positive Thinker's Inc. |
 |
 |
wkempees
Posts: 1679
|
| Posted: 08/16/2006, 2:19 PM |
|
I am not into ASP and it's upload exensions.
But in the PhP upload, and in general, the upload uploads to a temporary directory and when complete move()'s the file to its final destination as directed.
At first sight I cannot see any objections to that final destination being a remote (second server) location, as long as your application (user) has the access right to do such an action.
Have never tried this though, purely theoretical answer.
Walter
_________________
Origin: NL, T:GMT+1 (Forumtime +9)
CCS3/4.01.006 PhP, MySQL .Net/InMotion(Vista/XP, XAMPP)
if you liked this info PAYPAL me: http://donate.consultair.eu
|
 |
 |
|