THEN added an input type FILE, and thereby had to change the form type to multipart/form-data rather than application/x-www-form-urlencoded
As soon as I did this - changing nothing else - the getDataFromInput() would return an empty array. It seems it cannot parse a multipart form to populate the objects data. print_r on the object shows the _objData array is empty. Just by changing back to urlencoded, then the print_r outputs all the forms data in the _objData array.
Is this a bug or a new security feature to disallow multipart forms? The same exact files work in a .764-Openstar module using the comparable v4bObjectUtil calls substituted for the PNObjectUtil ones.
Anyone else run into this or know why getDataFromInput will not pull data from a multipart form?
Thanks for any insight or clarification...!
OR Is there a way to include a FILE in a urlencoded form? I tried this and can't manipulate the file afterwards and it doesn't have all the subfields in the file array.
NCM
UHEweb
EDIT - This is .800 RC1 of course
edited by: uheweb, Aug 08, 2007 - 04:21 AM
