Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I purchased and downloaded the Ajax Multi Upload script from CodeCanyon and I'm having quite a time with it. I'm trying to get it to work on this page

http://www.drorthodontics.com/summerville-orthodontist/smile-gallery/

Right now I keeps giving an "Upload Failed!" error. The code I'm using to implement it is

<div id="uploader">[ajax_multi_upload startOn='auto' multi='true' afterUpload='image' fileExt='jpg,jpeg,png,gif' fileDesc='Images (*.jpg, *.jpeg, *.png, *.gif)'    allowRemove='true' maxSize='10485760' path='http://www.drorthodontics.com/wp-content/gallery/smile-gallery/']</div>

<div>&nbsp;</div>
<div>&nbsp;</div>

<div id="gallery">[nggallery id=1]</div>

I'm trying to make it upload to a NextGen gallery. I've downloaded Charles and the response its recording from the request is

{"error":" Upload failed!","path":"\/","filename":"Family_smiling1331843397.jpeg"}

I have no idea whats going on here. I need help.

share|improve this question
1  
You purchased it? Why don't you email them for support? – RPM Mar 15 '12 at 20:54
that was the email I sent to support, I'm increasing my chances of getting a quicker response. – mochabcha Mar 15 '12 at 20:55
Have you maybe got your wp-admin folder protected with .htaccess? If so you need to allow access to wp-admin/admin-ajax.php to everyone in that same .htaccess file. – techouse Mar 15 '12 at 21:13

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.