Hi again rmedek,
Thank you so much for posting back.
I have added the publish tweeks extension, which works a treat in removing the extra buttons. Thank you!
However, I am still trying to cure the problem that I get when I hit submit, I still end up with a blank page and simply the words: “Invalid GET Data”.
I have ruled out my actual webserver upload progress as this tests fine (via an upload form independent to EE).
In the Publish Submission Control Panel of EE I know that the process starts: I can see the fade (opacity) script in effect in the submitbox and the div tag placeholder for uploading is shown. (see attached image below)
start:function(){
$('#uploading').animate({height: 'show', opacity: 'show'}, 500);
$('input[type=submit]').attr('disabled',true);
},
$('form#entryform input[type=submit]').after('<div id="uploading">Uploading files…<span></span><div id="progress" class="bar"><div id="progressbar"> </div></div></div>');
But I think the code after this is not being fired or successful as I can’t see any ‘%’ or progress bar although these tags are being included in the HTML.
uploading: function(upload) {$('#percents').html(upload.percents+'%');},
interval: 2000,
uuid: uuid,
I have used Firebug to see behind the form and I can see the hidden input field for ‘UPLOAD IDENTIFIER’ is included in the form.
BUT strangely ... if I do a simple ‘view source’ in the browser on the form page the hidden input field is not found ??? Is this normal ???
Also
I can see via the Firebug html console that there is also a hidden “XID” input field.
But strangely I can also see this when I do a simple ‘view source’ in the browser.
I do also notice that when I end up with the “Invalid GET Data” page that the page URL has the X-Progress-ID included at the end. Is this correct ?
<a href="http://www.website.com/system/index.php?S=6221ab433a57b21d17009396890c101e728e67df&C=publish&M=new_entry?X-Progress-ID=aeaeee2684c877dd29af143c4136cef8">http://www.website.com/system/index.php?S=6221ab433a57b21d17009396890c101e728e67df&C=publish&M=new_entry?X-Progress-ID=aeaeee2684c877dd29af143c4136cef8</a>
I’m sorry that I can’t figure this one out. Can you think of anything else I should be checking like the processURL or ... ???
I have cross checked with my other forms that don’t include ngen file fields to see for any incongruities, but none seem to appear.
Thank you again for helping me work this one out.
Alison