Search found 5 matches

by talal
Tue Mar 31, 2009 9:18 am
Forum: JBatchUpload
Topic: Javascript events
Replies: 9
Views: 22125

Re: Javascript events

Hi again, I am now able to make the registered jars work without the jsapi. This is what I have done: I created a new webfolder. I first copied the jfileupload files in int (registered) and tested, it worked fine, the applet appears. I have added the batch upload from the package that we bought yest...
by talal
Tue Mar 31, 2009 8:04 am
Forum: JBatchUpload
Topic: Javascript events
Replies: 9
Views: 22125

Re: Javascript events

Thanks, I was already looking at these files but none of my changes (even small ones, like text change) were not working. I will have a look again at it today maybe it was a problem of cache or something. I have deployed my website on the test server and I keep getting error 302 after the first uplo...
by talal
Mon Mar 30, 2009 4:08 pm
Forum: JBatchUpload
Topic: Javascript events
Replies: 9
Views: 22125

Re: Javascript events

Hi again, I managed to make the javascript work as it is given in the example. I would like to know how I can modify the buttons (select, start, cancel) I would like to disable the select and start when the user clicks on cancel. So in general, how do we work with the controls in the applet? Thanks,...
by talal
Mon Mar 30, 2009 12:14 pm
Forum: JBatchUpload
Topic: Javascript events
Replies: 9
Views: 22125

Re: Javascript events

Yes, I figured it thanks! I am now trying to integrate the control into one of my pages. I need to add a parameter to the call of the upload URL. How could I do that with the javascript code? I tried getting rid of the javascript code by inserting directly the object tag and applet tag into the ASPX...
by talal
Fri Mar 27, 2009 8:15 am
Forum: JBatchUpload
Topic: Javascript events
Replies: 9
Views: 22125

Javascript events

Hi, I would like to use JBatchUpload in my ASP.NET web page. For that, I would like to know if there is a way to have events in javascipt in order to detect for example when one file has completed uploading and when the whole batch is done. For example, I would like to process the files one by one a...