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
Original issue reported on code.google.com by
tobiasz....@gmail.com
on 5 Oct 2008 at 11:34