Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Advanced PHP
For more information, please see full course syllabus of Advanced PHP
Advanced PHP HTTP POST: File Uploads
Lecture Description
In this lesson our instructor talks about HTTP POST: File Uploads. First, he discusses POST Data Encoding, uploading files, $_FILES superglobal, and structure of $_FILES. Then he talks about moving an uploaded file. He ends the lesson with a homework challenge.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
1 answer
Last reply by: Mustaqim Mustapha
Sun May 13, 2012 3:02 PM
Post by Mustaqim Mustapha on May 13, 2012
Hi, great teaching skills that you have, ive been following your videos all the way from introduction to PHP. Im building a website that necessite image uploads, my question is, is there a way to create a script that is able to connect to the camera of a device if i run the website on mobile devices.
For example, i have a browse button (if i run the wabpage on the computer)and at the same time, i want my webpage can be run on mobile devices and so, i need to have 'choose from library' and 'take a picture' buttons if i open the webpage on mobile devices.
Do you know if its possible to make such script or do you have any webpages that i can consult to?
Thank you.