i've just realised that you want to use <input type="FILE".....

so you have to post <FORM ACTION="..." ENCTYPE="multipart/form-data"  METHOD=POST> form


-----Message d'origine-----
De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Envoyà : vendredi 3 septembre 2004 15:15
à : [EMAIL PROTECTED]
Objet : RE: javascript and servlets.


 

    -----Original Message-----
    From: Ralph Einfeldt
    
    If you have file0 through file<n> this should work:
    
    request.getParameter("file0");
    ..
    request.getParameter("file<n>");
    
    if file1 through file<n> are null against your expectations,
    I would say something is wrong on the client side.

And so it was Ralph. No idea what, but I'm now iterating
through the attribute values happily... except,
  The                        <input type="file" id="file0" name="file0">

I enter a full path, e.g. c:\dir\dir\file.ext
and the retrieved value is file.ext.

I'm still missing a bit,
but so far so good!
  Tks for the tips.
regards DaveP

-- 
DISCLAIMER: 

NOTICE: The information contained in this email and any attachments is 
confidential and may be privileged. If you are not the intended 
recipient you should not use, disclose, distribute or copy any of the 
content of it or of any attachment; you are requested to notify the 
sender immediately of your receipt of the email and then to delete it 
and any attachments from your system. 

RNIB endeavours to ensure that emails and any attachments generated by 
its staff are free from viruses or other contaminants. However, it 
cannot accept any responsibility for any  such which are transmitted.
We therefore recommend you scan all attachments. 

Please note that the statements and views expressed in this email and 
any attachments are those of the author and do not necessarily represent 
those of RNIB. 

RNIB Registered Charity Number: 226227 

Website: http://www.rnib.org.uk 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to