Click here to Skip to main content
15,887,434 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
<form id="Form1" action="<%= Url.Content("~/u/img?id=Model.uid")%>" method="post"  enctype="multipart/form-data"> 
I've a form like this, but it can's pass the
Model.uid value to "img" controller,just show"id=Model.uid", how to sprell this?
THank you for helping me.
Posted
Comments
Sergey Alexandrovich Kryukov 6-Mar-13 15:24pm    
What URL? Why? A form already sends all you need in HTTP request...
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900