Copy link to clipboard
Copied
I work for an engineering firm that would like to make a website that on one page you can upload PDF files to directories that would be named according to the project number that the user inputs. After that I would like another page that would be able to list all of these project and have a link that would allow for the PDF file to be viewed. Unfortunately I am very green to fancy website designs so any help of how to get started would be greatly appreciated.
Our Web server runs Apache 2 / MySQL and PHP
Thanks in advance.
KHeinz
Copy link to clipboard
Copied
How much experience do you have with database design, sql and php or any other server side scripting technologies? That's the first place to start. Get a good book on general dynamic web programming concepts and don't focus on your specific problem you need to solve. Without a solid foundation in the underlying technologies, it's pointless to start building a specific solution. It's like starting to build a house without knowing how to use a saw and hammer.
Copy link to clipboard
Copied
bregent wrote:
Without a solid foundation in the underlying technologies, it's pointless to start building a specific solution. It's like starting to build a house without knowing how to use a saw and hammer.
I agree entirely.
However, as it happens, I have just added a PHP recipe to the Dreamweaver Cookbook that describes how to upload images to a website. The principle behind uploading PDF files is identical. All that you need to change is the test for the MIME type. The recipe can be found here: http://cookbooks.adobe.com/post_Need_code_to_upload_image-16389.html.
Copy link to clipboard
Copied
Thanks for the link and the suggestions. I am not very well versed on most web site design stuff. Mostly just fumble through til I get something that is close to what I was wanting.
I will check out the link and head to a local book store to see what kind of books would help me with this.
Thanks again,
Ken
Copy link to clipboard
Copied
if you are heading to the book store start by checking out http://foundationphp.com/dwcs4/ it is an excellent dwcs4 book, but you should also have a good crasp on html and css.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now