HOME
FAQ
DOCS
DOWNLOAD
Search:
Login
Preferences
Forgot your password?
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Back to Ticket #1873
Ticket #1873
: uploadpost.html
File uploadpost.html,
209 bytes
(added by lennyg,
7 years
ago)
html form for upload to uploadserver.py
Line
1
<html>
2
<form
action=
"http://localhost:1080/uploadfile"
3
enctype=
"multipart/form-data"
method=
"post"
>
4
filename:
<input
type=
"file"
name=
"filename"
>
5
<input
type=
"submit"
value=
"submit"
>
6
</form>
7
</html>
Download in other formats:
Original Format