Forums / Developer / How does EZ manage multipart/form-data

How does EZ manage multipart/form-data

Author Message

Tore Skobba

Monday 08 March 2004 8:59:48 am

Hi

I am trying to pump data into EZ (user data) by having script automatically get values from an old database, then set up an post to the EZ site. However, this does not work. EZ accepts the data but fails to store it, i.e. I am having several user objects with no data at all! No login name, email, password etc.. I have tried to do this automatically in Java and Php and it always seems to fail. Therefore I am just wondering if anyone know if EZ does anything special when accepting data via. the post method?

Cheers
Tore

NB: I am making "Content-Type: multipart/form-data" header data. Apache access and error log does not indicate any errors in my headers.

Pseudo code
1: Connect to /user/register and parse out the posts fields
2: Set the post fields (email=dsfdf etc.)
3: Make header and connect (post)