Hi
Could someone point me to a direction where I can automate the file uploading process.
Here is the use case.
- I already know the filenames and the filepath on client side.
My users are using an windows applications and the application will open url at this form.
http://www.servername.com/?number_of_files=2&filename1="c:\folder1\abc.jpg"&filename2="c:\flder2\def.jpg"
So, There is no need to allow to user to pick a file at a time on browser.
Once user click "publish" button on the windows application mentioned in 1, the it opens the url in web browser.
From that point, I am passing the file upload info to PHP to do the rest of work automatically - that is immediately start uploading a file at a time.
Does anyone know if this can be done?
Many thanks in advance!