html code for uploading files

Before I start:<br />
<br />
I did post a similar post in php programming. The reason being is that I have the ability through my web server to use php, but I use html for my website. I do use some aspects of php, especially the administration section for my msg board.<br />
<br />
My Problem:<br />
I need users to be able to upload files to my web server, specifically pictures. That way when they go to the msg board, they can cross reference the pictures they upload on the msg board using the IMG code. These pictures will not be presented on any webpage that is accessible through a link. I do need the user to be able to know the link to the picture so they can post it: Like a confirmation page that says, "Your picture can be viewed by going to (insert address here)"<br />
<br />
I am just needing a starting point. I do want to learn how to do it and do not mind research, but I have looked and looked. I did find one form that did everything but actually upload the file...I am sure I have to put some sort of information in to made the "upload" button work, but I couldn't figure it out.<!--content-->Since this is a PHP question... that's where I answered.<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlforums.com/showthread.php?s=&threadid=29059">http://www.htmlforums.com/showthread.ph ... adid=29059</a><!-- m --><!--content-->ih3poster <br />
<br />
please don't cross post again. you were right to post in the PHP forum, as HTML doesn't have an ability to handle file uploads.<!--content-->okay...sorry about that. Didn't know it didn't have the ability.<!--content-->you cant do that in html, and im sure u can do that in php, but dont quite know how. U mite however wanna look at . aspupload.com (<!-- m --><a class="postlink" href="http://www.aspupload.com">http://www.aspupload.com</a><!-- m -->) . I know, its in ASP, but hey, maybe ull get some ideas of it<!--content-->okay, will take a look at it. Thanks a bunch.<!--content-->
 
Back
Top