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, > > 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 so, just wondering any other easy alternative > ( or similar plugin ) can do so to validate other attribute as > well..:) > > thanks/Davis. > > On May 26, 11:45 am, "Karl Rudd" <[EMAIL PROTECTED]> wrote: >> 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 ishttp://swfupload.org/ >> >> Karl Rudd >> >> >> >> On Mon, May 26, 2008 at 1:29 PM, Davis <[EMAIL PROTECTED]> wrote: >> >> > 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? >> >> >> 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 -- Hide quoted text - >> >> >> - Show quoted text -- Hide quoted text - >> >> - Show quoted text - >