hi,
does anyone have any ideas to allow the multiupload to upload to another server but not to the public_html folder?
currently i have ../../ which takes it above the public_html directory however i am unsure how i would do this for another server. basically need a wy to secure photos for registered members.
thanks
upload to another server
Re: upload to another server
I suppose you could try to reference the root directory of the remote server
YOUR_SERVER_IP/home/username
How ever I would imagine that you will not be able to do that due to security reasons.
YOUR_SERVER_IP/home/username
How ever I would imagine that you will not be able to do that due to security reasons.