|
Tailslide -> RE: Upload forms (8/14/2007 14:24:53)
|
To do this sort of thing you'll need some sort of script in a server-side language that will operate on the webserver - it will take the item that is uploaded and do whatever you want it to do - for instance, move it to a folder or if it's an image resize it and then put it in the images folder so that you can use it later to show on a web page for instance. There are several different server-side languages, all slightly different to each other so we'd need to know which one you've got so that we'd know what type of script will work for you. If you're unsure then check with your hosting company - most will say which languages they have for various hosting accounts on their website. In very general terms if you're on a Unix/Linux web server then you'll want a PHP solution. If you're on a Windows server then you can sometimes also use PHP and more often than not ASP.Net. So we'd need to know the language and also sort of thing you want to upload and what you want to do with it when you've uploaded it.
|
|
|
|