Here we are working with the HTML upload file form anf the php script that runs it on the back end. Right now this only works for Images that end in gif, jpg, and png. FIXED we can now upload all types of files.
- Here are some links that I am using to learn about uploading files, storing files, and using/calling them.
- www.w3schools.com
- www.w3schools.com for objects
- http://www.cs.tut.fi/~jkorpela/forms/file.html
- http://www.htmlgoodies.com/