how to upload a file to my server using html

前端 未结 3 1952
感动是毒
感动是毒 2020-11-30 07:12

basically i have this form that allows user to upload to my server:

3条回答
  •  难免孤独
    2020-11-30 07:42

    On top of what the others have already stated, some sort of server-side scripting is necessary in order for the server to read and save the file.

    Using PHP might be a good choice, but you're free to use any server-side scripting language. http://www.w3schools.com/php/php_file_upload.asp may be of use on that end.

提交回复
热议问题