as i know there is a multi-file upload plugin that can validate file
extentsion, but still not enough for my requirement, so i am wondering
anyone else can give me some hint how to archive it?

thanks/Davis.

On May 26, 1:21 am, "Jörn Zaefferer" <[EMAIL PROTECTED]>
wrote:
> It may be possible to do something like that, but afaik its pretty
> much impossible with pure JS on the client-side.
>
> Jörn
>
>
>
> On Sun, May 25, 2008 at 7:05 PM, Davis <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > I got a html that will accept user image file input, then when user
> > click a button which will trigger a php to process that image file.
>
> > <input type="file" id='imgfile' class='adlist-input'>
>
> > i want to validate that image file against their size/width/height/
> > file type etc, so once pass it validation, will save it to the server.
>
> > my question is...any how to validate it from client-side 1st? in that
> > way will react quickly to end-user in case any of validation are
> > failed. so i am wondering it is possible or not? or only can validate
> > it from server-side ( when call php programe )?
>
> > thanks for any help/Davis.- Hide quoted text -
>
> - Show quoted text -

Reply via email to