-
Notifications
You must be signed in to change notification settings - Fork 17
/
README
20 lines (17 loc) · 1016 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
WHAT'S THIS
-------------------------------------------------------------------------------
The code available in the /complex and /simple directories is POC that real
Ajax file upload is possible... but only in FF3 for the moment. The code had
initially accompanied a tutorial that is published at the moment at
http://igstan.ro/posts/2009-01-11-ajax-file-upload-with-pure-javascript.html.
SOME DETAILS
-------------------------------------------------------------------------------
The code in /simple concentrates on getting ONLY file data to the server, while
the code in /complex tries to serialize a full blown form with every type of
component that I could imagine and then send it to the server.
LICENSE
-------------------------------------------------------------------------------
What you'll find in the source files is licensed under the new BSD license, so
feel free to use it for whatever you wish. I know of somebody that used it to
built a Mozilla Ubiquity command.
Enjoy it!