1
I have a grid doubt that I can not find on the internet or in video lessons. I need a class for image upload, what I need is:
- When the person chooses the image, they will open a box where the person will have to select a part of the image to be cropped.
- When you finish filling the form, this image will have to go to a php file or it will be converted into a certain format, renamed and moved to a folder, and the name of this image is saved in the database.
Well apart from the first part, the second I managed to do with the Wideimage class, because when I put it online, sometimes it’s wrong from scratch, then you give a refresh on the page and it comes back to work!
But I couldn’t create a photo check box before it was uploaded to Wideimage.
Well the only way and ask for help to those who understand, any tip I accept personal, thank you!