You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Da...@rnib.org.uk on 2004/08/25 13:04:27 UTC

RE: [FileUpload] new user, querying functionality? commons-fileup load

 

    -----Original Message-----
    From: Michael McGrady 

    >Which is my problem. HTML simply doesn't cater for multiple file 
    >selection without some sort of hack,
    >
    Sure it does.  I don't know why you say this.

In which case excuse my ignorance. HTML 4.01 has (AFAIK) no syntax which
enables multiple file selection using its syntax.

I have hacked it using a repeated
 <input type="file" id="file0">

which is file at a time?
  Unless you know differently?



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: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org


Re: [FileUpload] new user, querying functionality? commons-fileup load

Posted by Michael McGrady <mi...@michaelmcgrady.com>.
David.Pawson@rnib.org.uk wrote:

> 
>
>    -----Original Message-----
>    From: Michael McGrady 
>
>    >Which is my problem. HTML simply doesn't cater for multiple file 
>    >selection without some sort of hack,
>    >
>    Sure it does.  I don't know why you say this.
>
>In which case excuse my ignorance. HTML 4.01 has (AFAIK) no syntax which
>enables multiple file selection using its syntax.
>
>I have hacked it using a repeated
> <input type="file" id="file0">
>
>which is file at a time?
>  Unless you know differently?
>
>
>
>regards DaveP
>

Hi, Dave,

Well, we are in agreement then.  The standard way of doing this is to 
repeat <input type='file'>.  That is what I was talking about.  I have 
no idea why you think that is a hack.  Two make two images, you have to 
use <image> twice.  That is not a hack.  Anyway, we agree on the HTML.

Michael


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-user-help@jakarta.apache.org