Thomas Weidner wrote:
Yes and no.Http, as it's a stateless protocol, can only be handled through http forms.This is the nature of http file transfers.
Not entirely true. HTTP also has the PUT request for file uploads and it's rarely used in forms. It would still be nice if it could be supported, as it's quite easy with the php://input stream.
nico
