+ Reply to Thread
Page 5 of 5
FirstFirst ... 3 4 5
Results 41 to 44 of 44

Thread: Tutorial: Storing Images in MySQL with PHP

  1. #41
    Guru debtboy is just really nice debtboy is just really nice debtboy is just really nice debtboy is just really nice debtboy is just really nice debtboy's Avatar
    Join Date
    Aug 2009
    Location
    I'm in the... Black Lodge
    Posts
    908

    Re: Tutorial: Storing Images in MySQL with PHP

    Just saw this for the first time...
    Great tutorial +rep
    The owls are not what they seem...

  2. #42
    Learning Programmer phillw is an unknown quantity at this point phillw's Avatar
    Join Date
    Aug 2009
    Location
    Northwest England (UK)
    Posts
    67
    Blog Entries
    1

    Re: Tutorial: Storing Images in MySQL with PHP

    Quote Originally Posted by ezcat View Post
    Need some education. I looked around but didn't find an answer I understood or it doesn't matter anyway.

    On this line:
    <input name="image" accept="image/jpg" type="file">

    My question is; what does accept="image/jpg" do for me? I can use this same code to upload jpg or pdf files. Should I worry about this to upload different file types?

    Thanks,
    Jon
    I'm not too sure on the uploading of file types - but you do need to declare the mime type for them to display correctly.

    Or, at least that's my understanding of the subject. If you declare a mime type of jpg and output a pdf file - it won't display correctly.
    If anyone knows different, please correct me.

    Phill.

  3. #43
    Learning Programmer ezcat is an unknown quantity at this point
    Join Date
    Nov 2008
    Posts
    39

    Re: Tutorial: Storing Images in MySQL with PHP

    I do understand that you need the correct mime type to display the image.

    My question is for uploading the image.

    Jon

  4. #44
    Newbie scumbogs is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    5

    Re: Tutorial: Storing Images in MySQL with PHP

    Cant wait in the nest tutorial i relly nid this tutorial for our proposal project in schools

+ Reply to Thread
Page 5 of 5
FirstFirst ... 3 4 5

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Similar Threads

  1. Tutorial: PHP to MySQL
    By Jordan in forum PHP Tutorials
    Replies: 20
    Last Post: 08-28-2009, 04:22 AM
  2. John's Java Tutorial Index
    By John in forum Java Tutorials
    Replies: 0
    Last Post: 01-11-2007, 03:05 PM

Bookmarks

Bookmarks

     
        Algorithms and Data Structures

        Java tutorials

        Algorithms Forum

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts