Search found 2 matches

by Kindred2k
Tue Feb 22, 2011 4:33 pm
Forum: JFileUpload
Topic: Needed JavaScript functionality.
Replies: 2
Views: 8278

Re: Needed JavaScript functionality.

NOTE: in reading another post I realized a way to solve #2. I'm now experimenting with loading jFileUpload in an iFrame which I will navigate away from if a file size restriction is met. The simplest approach is to simply reload the frame, including the filename of the file that was attempted for up...
by Kindred2k
Tue Feb 22, 2011 3:50 pm
Forum: JFileUpload
Topic: Needed JavaScript functionality.
Replies: 2
Views: 8278

Needed JavaScript functionality.

I don't believe this has been covered in previous posts on the forum here. I'm trying to do one of either of the following two things in jFileUpload on a Coldfusion 8 server: 1) When a file size exceeds "maxsize", I need to report the file's size to a JavaScript callback. Currently, the only way to ...