[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
if so, i have to validate them all from server-side, have no much choice..:) thanks. On May 26, 11:57 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: > As far as I know, the SWFUpload component can "validate" the file size > and the extension, nothing more. I have the feeling that anything else > wou

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Karl Rudd
As far as I know, the SWFUpload component can "validate" the file size and the extension, nothing more. I have the feeling that anything else would come up against security issues. Sorry that's all I know. Karl Rudd On Mon, May 26, 2008 at 1:52 PM, Davis <[EMAIL PROTECTED]> wrote: > > Hi Karl, >

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
Hi Karl, thanks again for your input. currently, my site only handle photo input and as mentioned previously there is a plugin ( http://www.fyneworks.com/jquery/multiple-file-upload/ ), it did can validate file's extension from client-side, but it is the only feature. so if that plugin can do s

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Karl Rudd
You're only possible solution for checking the "width/height" of images is a Flash or Java applet based system. One of the Flash based uploaders is http://swfupload.org/ Karl Rudd On Mon, May 26, 2008 at 1:29 PM, Davis <[EMAIL PROTECTED]> wrote: > > anyone else input would be appreicated. > > On

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
anyone else input would be appreicated. On May 26, 1:52 am, Davis <[EMAIL PROTECTED]> wrote: > 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? > > t

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Davis
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 d

[jQuery] Re: validate input file from client-side?

2008-05-25 Thread Jörn Zaefferer
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 t