|
Hi everyone,
I'm just trying to send a file using a form, you
know
<form enctype="multipart/form-data"
method="post">
<input type=file ...
name=myfile>
</form>
But the thing is that when I do
String
myfile=req.getParameter("myfile");
I only get a null value into myfile.
Anyone knows why is that?
Many thanks,
Pol Millan
top-pile.com Ibex House 162-164 Arthur Road Wimbledon Park London, SW19 8AQ Tel: +44 (0)181 255 6777 Fax: +44 (0)181 255 6776 Web: www.top-pile.com (& follow links) Email: [EMAIL PROTECTED] |
- Re: Uploading a file using a form Pol Millan
- Re: Uploading a file using a form Stuart Butler
- Re: Uploading a file using a form Luc Saint-Elie
- Re: Uploading a file using a form Nic Ferrier
- Re: Uploading a file using a form Julian Flores
- Re: Uploading a file using a form Nic Ferrier
- Re: Uploading a file using a form Stuart Butler
- Re: Uploading a file using a form Julian Flores
- Re: Uploading a file using a form Nic Ferrier
