How-To Upload Photos to facebook(graph api) with html file selector(input type=“file”)
问题 I have a html file which select images from user's computer.code is given bellow <html> <body> <form enctype="multipart/form-data" action="http://localhost/uploader/upload.php" method="POST"> Please choose a photo: <input name="source" type="file"><br/><br/> Say something about this photo: <input name="message" type="text" value=""><br/><br/> <input type="submit" value="Upload"/><br/> </form> </body> </html> When I press upload button,I need to pass the real path of the selected image into