+ 2
How can I make a website that uploads file?
8 odpowiedzi
+ 4
You must to create html upload-form with php upload-script.
It looks like:
https://code.sololearn.com/WaY3Q3QkomEb/?ref=app
+ 2
enctype is special html- attribute, which make possible uploading file on server.
In action attribute I write name of php-script, which needs for client-server connection.
+ 2
sorry, I can't do it with JS 😅
+ 1
Also I want to write with html and js
+ 1
Oh thanks
+ 1
Plz help
0
What is enctype?
0
and what did you write in action??