Uploading from batch
Posted: Fri Nov 02, 2007 6:43 pm
Hello guys,
Im new here...
Neways im working on a script to upload file automatically on the server. The files i was to upload are created through a batch file on windows.
I already have a php page through which files can be uploaded and processes, but u have to give the location of the file yourself.
What i want to do is once the batch file has created the file, it trigger the same upload page(or similar created to work with this batch) and send the Location of the File that has been created so it can be uploaded on the server.
Is it possible to get upload this way?
I tried send the location of file through URL and used $_GET but didnt work
Ill be grateful for any help
Thank you
PHPFrk
Im new here...
Neways im working on a script to upload file automatically on the server. The files i was to upload are created through a batch file on windows.
I already have a php page through which files can be uploaded and processes, but u have to give the location of the file yourself.
What i want to do is once the batch file has created the file, it trigger the same upload page(or similar created to work with this batch) and send the Location of the File that has been created so it can be uploaded on the server.
Is it possible to get upload this way?
I tried send the location of file through URL and used $_GET but didnt work
Ill be grateful for any help
Thank you
PHPFrk