Page 1 of 1

can we use jImageUpload with jBatchUpload ??

Posted: Thu Apr 24, 2008 8:10 am
by maarora
I want to use the jfileuload with 2 addons which are jImageUpload and JbatchUpload. How can I add both the addons ???

Manish

Re: can we use jImageUpload with jBatchUpload ??

Posted: Thu Apr 24, 2008 8:20 pm
by support
JBatchUpload and JImageUpload are two different front-ends for JFileUpload. So you have to choose between one of them. You cannot use both at the same time. However, you could use JImageUpload and JBatchUpload in the same web page without any problem. You just need to declare the JavaScripts in your web page.

Notice that you can use JImageUpload to upload both images and non-images (regular files). See:
http://www.jfileupload.com/products/jim ... faq.html#5