Click to See Complete Forum and Search --> : File Attachments
RonArtest91
06-20-2005, 08:18 AM
Hey guys, I have to create a user control that features a table with 4 rows and 2 columns. The four rows needed include Title:, Browse files for attachments, Notes, and then Upload. So far I have gotten everything BUT how to get the upload button. Any help is appreciated.
RonArtest91
06-20-2005, 08:20 AM
in HTML or visual studio.net
JoeCullen
06-20-2005, 10:49 AM
<form action='file location'>
<input type='button' value='Click Me'>
</form>
The type may need to be 'submit' instead.. try them both. im fairly new to coding too. Im pretty sure the Submit is only for sending information.. whereas you simply need a Button to link to the file location.
Hope this helps.
Joe
ray326
06-20-2005, 10:49 PM
http://cgi-lib.berkeley.edu/ex/perl5/fup.html