PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Post Images Not Uploading and Jscript Error

  1. marketmike
    Member

    I get the below error on form submission and the Ajjax spinner just spins ans spins an spins. In IE 8 it shows the error below. Whne you check the admin, the post has actually updloaded but the images are not in the media library at all let alonge associated with the post. IIS permissions are right.. and I have other hand bulit forms that upload images and posts already so pretty sure its not a permissions thing. I seem to remember this was working but really can not truly recall. I stepped away from setting up the site until earlier this week and did the latest upgrade of the Gravity forms so this may be a new problem for me.

    <div class='gform_footer top_label'><input type='submit' id='gform_submit_button_2' class='button' value='Submit' tabindex='25'/><iframe style='display:none; width:0px; height:0px;' src='about:blank' name='gform_ajax_frame_2' id='gform_ajax_frame_2'></iframe><script type='text/javascript'>jQuery(document).ready(function(){jQuery('#gform_2').submit(function(){jQuery('#gform_submit_button_2').attr('disabled', 'disabled').after('<img id="gform_ajax_spinner_2" class="gform_ajax_spinner" src="http://www.unewsocala.com/wp-content/plugins/gravityforms/images/spinner.gif" />');jQuery('#gform_ajax_frame_2').load( function(){var form_content = jQuery(this).contents().find('#gform_wrapper_2');var confirmation_content = jQuery(this).contents().find('#gforms_confirmation_message');jQuery('#gform_submit_button_2').removeAttr('disabled');if(form_content.length > 0){jQuery('#gform_wrapper_2').html(form_content.html());gformInitDatepicker();}else if(confirmation_content.length > 0){setTimeout(function(){jQuery('#gform_wrapper_2').replaceWith('<' + 'div id=\'gforms_confirmation_message\'' + '>' + confirmation_content.html() + '<' + '/div' + '>');}, 50);}else{jQuery('#gform_wrapper_2').append(jQuery(this).contents().find('*').html());gformRedirect();}});});});</script><input type='hidden' name='gform_ajax' value='form_id=2&title=1&description=1' /><input type='hidden' name='gform_ajax_field_values' value='' />

    Posted 13 years ago on Saturday November 27, 2010 | Permalink