23 Jul
2001
23 Jul
'01
11:10 p.m.
Hi, I have created a form which will allow user to attach a file with the submission. I would like to know how should I code so that the server will be able to read the attachment instead of just the location of the file. The following is the code that I use to generate my file attachment. <input type="file" name="attached_file"> I am pretty new to Zope, any help will be very much appreciated ;) -Charlene