Hi there,
I am trying to develop a software for file upload using the API provided in this script and i am having troubles with file upload API.
I dont know how to specify the file path in the "upload_file=" parameter. I have tried full path, relative path, etc but no luck.
When i use the testing tool, it gives me:
upload_file=C%3A%5Cfakepath%5Cfilename.txt and i understand it is trying to say C:\fakepath\filename.txt but I am not sure what this fakepath is ?
Any ideas anybody ? Thanks in advance.
I am trying to develop a software for file upload using the API provided in this script and i am having troubles with file upload API.
I dont know how to specify the file path in the "upload_file=" parameter. I have tried full path, relative path, etc but no luck.
When i use the testing tool, it gives me:
upload_file=C%3A%5Cfakepath%5Cfilename.txt and i understand it is trying to say C:\fakepath\filename.txt but I am not sure what this fakepath is ?
Any ideas anybody ? Thanks in advance.