Search found 14 matches

by sdthomas
Tue Jan 26, 2010 9:56 am
Forum: JFileUpload
Topic: JS Cancel Upload call
Replies: 3
Views: 6964

JS Cancel Upload call

Is it possible to cancel/abort the upload process via Javascript eg from the JSAPI function JSTransferStarted() if we decide the filesize is too big could we call something like document.fileupload.cancel(); Also is there a list of all public accessible methods that can be called from javascript ie ...
by sdthomas
Fri Jan 22, 2010 9:15 pm
Forum: JImageUpload
Topic: JIimageUpload - config options
Replies: 3
Views: 20264

Re: JIimageUpload - config options

Thanks for the reply. #1 & #4 - worked #2 - ok we may have to look at the jBatchupload aswell. #3 - didn't work at first - no response from setExtraParameter method, after some playing around i got this to work: <param name="filterparam1" value="enable"/> <param name="filtervalue1" value="true"/> <p...
by sdthomas
Wed Jan 20, 2010 4:50 pm
Forum: JImageUpload
Topic: JIimageUpload - config options
Replies: 3
Views: 20264

JIimageUpload - config options

Hi There, Firstly i'd like to say this seems like quite a robust Java Upload applet and alot less buggy than others we have tested. We are intending to use jFileUpload for our clients My Files upload area, and JImageUpload for our clients PhotoGallery and My Images upload areas. So we are looking at...
by sdthomas
Wed Jan 20, 2010 5:15 am
Forum: JImageUpload
Topic: JImageUpload Menu
Replies: 1
Views: 15298

JImageUpload Menu

Am i missing something but i cant seem to get the File Menu to appear on the JImageUpload applet, it only shows when i use the jFileUpload applet.

We want to support the normal file dialog with JImageUpload as well as the drag and drop functionality.

Many Thanks
Simon