Re: [jQuery] Does jQuery support File Size Check before uploading?

2007-02-12 Thread Karl Rudd
Hmmm actually having said all that I've seen local file manipulation done via JavaScript. It's not pretty and it puts up a security warning (as it should!). Check out the saveFile functions in the source over at: http://www.tiddlywiki.com For IE it's using an ActiveX object that is usually acc

Re: [jQuery] Does jQuery support File Size Check before uploading?

2007-02-12 Thread Aaron Heimlich
As Karl said, it's practically impossible for JavaScript to obtain this kind of information. However, you may want to look at this: http://www.nabble.com/jQUpload---request-for-features-tf3189691.html It's going to use Flash to upload the file, and Flash *does* know how large the file is (see ht

Re: [jQuery] Does jQuery support File Size Check before uploading?

2007-02-12 Thread Karl Rudd
Unfortunately web browsers don't expose that sort of information to JavaScript, at least not in a cross-browser manner. So no, jQuery doesn't. Karl Rudd On 2/13/07, Ram Peters <[EMAIL PROTECTED]> wrote: > Does jQuery support File Size Check before uploading? Lets say only > max 2MB upload size a

[jQuery] Does jQuery support File Size Check before uploading?

2007-02-12 Thread Ram Peters
Does jQuery support File Size Check before uploading? Lets say only max 2MB upload size allowed. Thank you john ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/