Has anyone ever written a component that can parse multipart form data? I want to write my own, so I can combine standard forms and file uploads in one go...
txbakers
3:11 pm on Oct 16, 2003 (gmt 0)
To wwrite one would mean you have to know C++.
I found several good uploader scripts with the ability to receive regular form data as well by searching the known script repositories.
Zaphod Beeblebrox
8:27 am on Oct 17, 2003 (gmt 0)
Yeah, I thought it might be fun to write one myself, though. I'll check for it, thanks.