Search code examples
htmlfiletransfer

Use HTML to move or copy a file


I am using a HTML web-page, i don't want to use PHP coding. I am trying to find some code that will allow me to upload a file and place it in a specified directory. How would i do that.

input type="file", allows me to specify a file but what code allows me to move or copy that file to another location.


Solution

  • It's impossible to oparte on upload file without server-side technology (like php), sorry...