Quote:
ie a simple browse and upload link on web site! |
The simpler something looks/behaves, the more likely that there is a complex
system running in the background to handle it. ;o)
To do what you want to do will take some work. You need to choose a
programming language, write a program to accept the uploaded file, do
something with it, and then have it display on the web site.
The username/pwd woudl requier some user authentication...again, probably
using the same programming language you used for the rest.
Quote:
Now I know this is probably biting off far too much for a complete newbie
although I have managed with some success creating static web pages... |
Well, now's the chance to take the next step ;o)
Quote:
So the question is... What apps should I be using to accomplish the above
mentioned tasks? can I get away with just going through all the
Dreamweaver
tutorials or do I need to start bringing MS Access or Coldfusion or PHP
( PHP
Is Supported by my Service Provider as is sql ) ? |
I'd start with PHP and MySQL if those are the tools you have. Get some good
books and start reading. I'm sure you can find plenty of PHP code example
too of how to do file uploading. Google should help you out there.
-Darrel