Hi all!
I want to upload to my server a list of images but I dont wanna download first all to my HD from my another account and then upload them to my new server account.
My question is:
<form method=POST action=do_upload.php enctype=multipart/form-data>
<input type=file name=img1 size=30><br>
<input type="submit" name="submit" value="Upload">
</form>
is there any way to give to the variable $img1 the value:
http://www.miothersite/dir/image.gif
instead of:
C:\mytempimages\image.gif
and the image be uploaded to my server??
I am unable to do this.
Any answer is appreciate. thanks for all.