Hi, I want to upload file from local to Server in PHP i.e A page have text box i will give local file path on textbox. TextBox input like : D:/files/test.zip
Hi, @Snapey. thanks for help. But I don't want input type="file".. I want type="text" i will give path. like D:/files/file.zip. I want this becuase i am writing APIs that will take file form folder and upload on server every day.