can we use jImageUpload with jBatchUpload ??

Image previewer add-on.
Post Reply
maarora
Posts: 25
Joined: Wed Apr 23, 2008 7:04 am

can we use jImageUpload with jBatchUpload ??

Post by maarora »

I want to use the jfileuload with 2 addons which are jImageUpload and JbatchUpload. How can I add both the addons ???

Manish

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: can we use jImageUpload with jBatchUpload ??

Post 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

Post Reply