Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8568981
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T18:13:47+00:00 2026-06-11T18:13:47+00:00

I am trying to create a image upload site, where users can upload an

  • 0

I am trying to create a image upload site, where users can upload an image to the site.
Which is the easiest possible way to do this without using any plugin. How do you get exif/meta information from the image?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T18:13:48+00:00Added an answer on June 11, 2026 at 6:13 pm

    Specify you form type to be file.

     $this->Form->create('Model', array('type' => 'file'));
    
     $this->Form->input('filefield', array('type' => 'file'));
    

    in you before save see the output of fielfield, it will contain the $_FILE like information, having all tmp-name, original filename and error code.

    you can urself move_uploaded_files() to your convenient location. Store the filename into your table.

    But, for the implementation you will have to deal with various things like two filenames having same name, file size, extensions allowed, permissions. Delete files when records get deleted.

    So, for learning purposes u can try this out but for production mode it’d be better if you stick to a plugin.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create a dialog which will allow users to upload an image.
i'm trying to create form which with which i can upload text and image
I'm currently trying to create a site using RoR where you can upload pics
We are trying to create a form for our users where they can upload
I'm trying to create an image using matplotlib.pyplot.imshow() . However, when I run the
I'm trying to create an image by using binary data that I received from
Trying to create a background-image slideshow and am getting this error... This is the
I' trying to create 8 fields to upload images on a post, using add_meta_box,
I am trying to upload multiple images using meioupload which works fine if I
I am trying to upload an image using django and following a tutorial from

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.