Prev: MSXML HTTP translates response status code 204 to 1223
Next: select options scrollIntoView in IE6
From: Tom Cole on 8 Sep 2009 09:12 With IE, you can use ActiveX Scripting.FileSystemObject to check filesize of a <input type="file"...> before performing the upload. While this does perform the necessary task for me when presenting my web page through IE, it obviously does not help with the other browsers out there. My question is this, is there any cross-browser way to check filesize before submitting a form? Thanks in advance.
From: Thomas 'PointedEars' Lahn on 8 Sep 2009 09:23 Tom Cole wrote: > [...] is there any cross-browser way to check filesize before > submitting a form? No. PointedEars -- Anyone who slaps a 'this page is best viewed with Browser X' label on a Web page appears to be yearning for the bad old days, before the Web, when you had very little chance of reading a document written on another computer, another word processor, or another network. -- Tim Berners-Lee
From: tcole6 on 8 Sep 2009 09:31 On Sep 8, 9:23 am, Thomas 'PointedEars' Lahn <PointedE...(a)web.de> wrote: > Tom Cole wrote: > > [...] is there any cross-browser way to check filesize before > > submitting a form? > > No. > Thanks.
|
Pages: 1 Prev: MSXML HTTP translates response status code 204 to 1223 Next: select options scrollIntoView in IE6 |