upload file submitted from .html page

This is a discussion on "upload file submitted from .html page" within the ASP.NET Forum section. This forum, and the thread "upload file submitted from .html page are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > ASP.NET Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 2nd, 2006, 17:08
Junior Member
Join Date: May 2005
Location: bath - england
Posts: 39
Thanks: 0
Thanked 0 Times in 0 Posts
upload file submitted from .html page

Does anybody know if it is possible to implement some vb.net file upload script which uploads a file submitted from a separate .html or .asp page?

All the online examples I have found use .aspx postbacks which use .net form elements.

I have existing asp aplications that I want to submit from and need to be able to post a file to a .aspx page for upload.

The .asp page I am using contains:
Code: Select all
<form id="form1" name="form1" method="post" action="test.aspx" enctype="multipart/form-data">
<input name="MyFile" type="file" />
<input type="submit" name="Submit" value="Submit" />
</form>
What would I need to have on the test.aspx page to be ableto upload the file submitted on the .asp page above?

Thanks.
Reply With Quote

Reply

Tags
upload, file, submitted, html, page

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP+SQL+File Upload joshlindem PHP Forum 5 May 10th, 2008 16:48
file upload berry05 Job Opportunities 0 Mar 19th, 2008 19:09
File Upload magiccupcake PHP Forum 1 Jan 22nd, 2007 05:10
How to link HTML page to CSS file winwin Web Page Design 18 Dec 21st, 2006 09:46
File upload djme PHP Forum 4 Jan 11th, 2006 18:25


All times are GMT. The time now is 00:12.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43