Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Linux, Apache, MySQL, PHP
  4. Image Upload Problem

Image Upload Problem

Scheduled Pinned Locked Moved Linux, Apache, MySQL, PHP
phphelpquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    indian22
    wrote on last edited by
    #1

    How can i upload the images with various extension in folder using php

    M S 2 Replies Last reply
    0
    • I indian22

      How can i upload the images with various extension in folder using php

      M Offline
      M Offline
      Marc Firth
      wrote on last edited by
      #2

      http://lmgtfy.com/?q=php+file+upload

      Neonlight

      1 Reply Last reply
      0
      • I indian22

        How can i upload the images with various extension in folder using php

        S Offline
        S Offline
        Syed M Hussain
        wrote on last edited by
        #3

        Put all the image extensions in an array then use the in_array() function to check if the mime type of the file is in the array. Uploading of file exposes your application to lots of security vulnerabilities, checking mime type is not a good method of filtering certain files as the mime type is determined by the browser. You should read about the security of file uploading.

        www.cy2online.net

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups