Hi all,
I have a Admin page (only for me, pass required) where I want be able to upload a file from the web, to my website.
I want to upload from a URL.
(I can't move_uploaded_f ile() because it's not in the $_FILES array.)
Can anybody please help me out on this?
I have a Admin page (only for me, pass required) where I want be able to upload a file from the web, to my website.
I want to upload from a URL.
(I can't move_uploaded_f ile() because it's not in the $_FILES array.)
Can anybody please help me out on this?
Comment