What i really want to do is:
- User will upload to script from a html page
- The script will login and return back the link
Well, all can be easily done with the help of curl and accepting file through multipart post.
But the problem here is that it will start uploading the file from server to another through curl after all upload is done :( So that will take a long process. I was wondering whether its possible to make it like as user uploads files, it also keep sending the data in chunks like downloading a file
I am not sure whether this is even possible with php. If not, any other way through which this can be made possible