Here's my form...
How does my .NET code need to look in order to upload a file? I've searched all over, but there seems to be so many ways to do it and none are really working.HTML Code:<form method="post" enctype="multipart/form-data"> <input type="file" name="filScreenshot" id="filScreenshot" /><br /> <input type="submit" name="btnSubmit" value="Submit" /> </form>
Thanks!



Reply With Quote




Bookmarks