Changing action setting of your form target
Last Post 02/07/2013 3:39 PM by Joseph Craig. 2 Replies.
Author Messages
Dan Glanton
Nuke Pro
Nuke Pro
Posts:94


--
02/07/2013 7:54 AM  
Is there a way to remove the action stting of your form target. I've been working with someone about an ajax uploader. I am having trouble getting it to work and one of the techs there has ask if I could remove the action setting to see if that would fix the problem. I'm not sure I can so I thought I would ask here to see. Belo is the copy of the message he sent me:

Hi James,

I think the problem is causes by the action setting of your form target. Can you remove this setting or set it to “” and try again?

<form> name="Form" method="post" action="/AjaxUploader.aspx" onsubmit="javascript:return WebForm_OnSubmit();" id="Form" enctype="multipart/form-data">


Any help or understanding of this would be appreciated, thanks.
Dan Glanton
Nuke Pro
Nuke Pro
Posts:94


--
02/07/2013 9:51 AM  
I figured out the real problem. There is a setting for IIS to disable rewrite of the url for the adjax uploader and I just misspelled the word "false" (fasle). Problem solved.
Joseph Craig
DNN MVP
Posts:11667


--
02/07/2013 3:39 PM  
All problems should be of that type!

Joe Craig, Patapsco Research Group
Complete DNN Support


---