Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by sdalgleish

  1. sdalgleish

    Saving file location

    Yep, that's looking good. Thanks for all your help, it is very much appreciated! Thanks Steve
  2. sdalgleish

    Saving file location

    No, sorry, maybe I didn't explain that well. On the html form, I've for an <input type="file"> so the user will select the file they want to link to. The PHP script takes that variable in using $_FILES['doc']['name'] which only saves the actual filename: document.doc. What I'm wondering is if...
  3. sdalgleish

    Saving file location

    Yes, it's going into a MySQL database. I'm currently saving it using: $_FILES['doc']['name'] so all that is stored is: document.doc. The reason I'm asking is that we want to link to documents on a number of different local fileservers to documents that don't move so it would be great to...
  4. sdalgleish

    Saving file location

    I'm looking to create a little app that takes in information about a file then uses a form input file type box to select the file and store its filename. I've got this working to a degree - I can store the file name no problem. What I'm wondering is if it is possible to instead of storing...

Part and Inventory Search

Back
Top