Click here to Skip to main content
15,878,809 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hello everyone, I'm working on a project and I'm stuck on how can I upload a picture using jQuery and AJAX, and then crop them and show in my view, if anyone knows how to do it or knows about any third-party library to do this, please tell me, thanks and sorry for my language, it's not the best...

I just want to do a website to publish artworks, in my server side I have a PHP script to capture the uploaded picture path and save that path to the database.
Posted
Updated 18-Sep-14 8:05am
v3
Comments
Sergey Alexandrovich Kryukov 17-Sep-14 17:15pm    
Upload where? You can upload using Ajax or just some HTML form, but further processing goes on the server side, according your own description. What do you have on server side?
—SA
Dennis E White 17-Sep-14 17:31pm    
active cropping or static cropping??

uploading to what and where are some important questions that need to be answered.

1 solution

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