Click here to Skip to main content
15,883,838 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
like facebook,google upload image and show that image at the page ......thanks alot for your help if anybody can?
Posted
Comments
Kornfeld Eliyahu Peter 1-Jun-14 9:46am    
Who told you no PHP in facebook or google? What kind of server side do you want to use instead of PHP, after all you want to upload?!

No you cannot. You will have to upload your image through a form to a server-side script which will then process the image either for storage or rendering the image as part of a html page which will then be returned to the browser for display. Refer:
1. http://www.w3schools.com/php/php_file_upload.asp[^]
2. Upload and display a portrait[^]
 
Share this answer
 
you can use JQuery if you need to show browse and show the image in client side.
DEMO1[^]
DEMO2[^]
If you need to upload it to server then you need server side language.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900