I have a classifieds website and I would like to incorporate the option to upload an mpeg file. Is this a simple excersize? All help much appreciated. watto
You will be uploading it to the server, so you need to use some type of server side language to write to the server. Chances are you are already using some type of server side language to process the form (ASP, .NET, PHP). Some ASP components are ASPUpload and SAUpload. There is also pure ASP file upload as well.