On Jan 18, 2004, at 10:44 AM, zentara wrote:
Thanks...that helps alot and get's me on the right track. That is basically what I wanted to know...where to put form code in the upload.cgi.On Sat, 17 Jan 2004 22:09:12 -0500, [EMAIL PROTECTED] (Gerry Creighton) wrote:
On Jan 17, 2004, at 12:37 PM, zentara wrote:
You need a cgi script to generate the form, a plain form won't do. Why do you need this special FormBuilder anyways? You should use this as an opportunity to write your own.... that's the only way to learn.
Correct me if I'm wrong but this should be the form processing that I
need. This should send the form info to me and to the person filling it
out.
Let me know what's up.
Ok, that FormBuilder code is written in an old style, which is not easy to use. I see what you want to do, and I'll offer my suggestions.
The first problem is your FormBuilder code uses an old manual parsing style, which is no longer used much. The mega-uploader uses the more widely used CGI.pm methods. So they are kind of incompatible without alot of rewritting. - removed code - So there it's basically all done for you.
Now this maillist is for helping people learn Perl, it's not a free coding service. So you should take what I've showed you, and test it on a local server, until you get it right.
If you have more questions, post it along with the code you are trying.
Happy coding.
Gerry
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>