Here is a workable (though not quite finished) user control for file uploads that you nay be able to adapt for your purposes.
if you are not familiar with .NET, heres an ASP example. http://kb.discountasp.net/article.aspx?id=10058 Bruce DiscountASP.NET www.DiscountASP.NET
Hi I am in need of creating a file upload page for clients to upload a few pictures to be worked on. Is there a cgi (or any) script or document explaning the steps? (Or at least the correct path needed from the server side?) Thanks
For PHP try http://www.phpfreaks.com/quickcode/Simple-File-Uploader/272.php http://www.phpfreaks.com/quickcode/File-Uploader/152.php Both are at PHPFREAKS - a decent source of information for beginners.