> Hi Stefan, could you shortly explain why a single browser needs such a > workaround? Since Opera 6.01 is less than a month old, shouldn't they be the > ones fixing such a problem? Have you talked to them about it?
It is not really a workaround it makes the fileupload behave more RFC conform. The Content-Type header is a header like all others. And Opera adds a special attribute called name to it. That is perfectly legal from the RFC point of view. The "workaround" in the upload script now strips all attributes away cause we only need the Content-Type value, not the attributes. Stefan -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php