S
Sam
Hi all,
We have an old web application written in java and we want to convert this
application to .net. this app stores straight html content forms in our
database. These forms then get loaded based on each customer id in the
request.
The problem I'm facing right now is that, when a form has an "user upload"
file option, I don't find a way in .Net to save the "user upload" file on
our server from these html form without rebuilding data and the application
entirely. This is because these form were saved in straight html tags (such
as <input name="myfile" type="file" value="" />. ) Does anyone have any
ideas how to get around this with .Net?
Regards,
Sam
We have an old web application written in java and we want to convert this
application to .net. this app stores straight html content forms in our
database. These forms then get loaded based on each customer id in the
request.
The problem I'm facing right now is that, when a form has an "user upload"
file option, I don't find a way in .Net to save the "user upload" file on
our server from these html form without rebuilding data and the application
entirely. This is because these form were saved in straight html tags (such
as <input name="myfile" type="file" value="" />. ) Does anyone have any
ideas how to get around this with .Net?
Regards,
Sam