Image Upload in Post Content Area

This topic contains 2 reply and 2 voices, and was last updated by Tareq Hasan 10 years, 2 months ago
Viewing 2 Posts - 1 through 2 (of 2 total)
Author Posts
February 24, 2014 at 8:18 am 15774
Tareq Hasan Hi There, I purchased this plugin because we want the ability for Users to be able to create their own posts on the front end. I've created a form and want to allow Inserting of Images. When I click Insert Photo and choose an image, an input box appears above the content and doesn't go into the Post Content area. When I save the form the image is broken... I noticed it working this way on the DEMO as well.. is this normal behaviour or are the images meant to go into the Post Content area? Thanks in advance!
February 24, 2014 at 8:24 am 15775
Felicity Felicity

A further note on this, I have the following Javascript error:

‘ReferenceError: error is not defined’ in frontend-form.js line 379:
alert(‘Error #’ + error.code + ‘: ‘ + error.message);

February 24, 2014 at 12:55 pm 15778
Tareq Hasan Tareq Hasan

What browser are you trying in? Never had this problem.

On line 379, I noticed a small typo. It should be alert('Error #' + err.code + ': ' + err.message. That means, error should be replaced with err.

Viewing 2 Posts - 1 through 2 (of 2 total)