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> </div>
<div> </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.