Hi,
Using POSTMAN I'm trying to upload files from local computer to the server using this method.
This is the code I use:
And it says:
First, is my approach to uploading files from local correct?
Second, if the answer to the first is yes, then how I correct this issue?
Thanks
Using POSTMAN I'm trying to upload files from local computer to the server using this method.
This is the code I use:
Code:
https://secure10.mycPanel.com:2083/cpsess4228153237/execute/Fileman/upload_files?dir=/home/myUsernameHere/public_html&file-1=123.html
Code:
{"data":{"succeeded":0,"warned":0,"uploads":[],"failed":0},"messages":null,"errors":["You must specify at least one file to upload."],"metadata":{},"status":0}
Second, if the answer to the first is yes, then how I correct this issue?
Thanks