wolferhua / phpquery

Automatically exported from code.google.com/p/phpquery
0 stars 0 forks source link

File uploads #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are 2 possible ways of implementing file upload:
 * Support files in ajax $data structure
 * Using WebBrowser plugin, set input[type=file] to file path accessible by
script, than trigger submit event on form. This way should be secured with
some flag in event's data, which means we trust form which is submitted.

Original issue reported on code.google.com by tobiasz....@gmail.com on 5 Oct 2008 at 11:34

GoogleCodeExporter commented 9 years ago

Original comment by tobiasz....@gmail.com on 25 Jan 2009 at 10:13