Posts by Gilmar Mendes • 21 points
3 posts
-
0
votes0
answers18
viewsQ: I need to recover the value of an image and insert in an input file with item_photo id
I’m a beginner in programming and I’m in a big dilemma, maybe it’s easy for some but I’ve been trying for days and I can’t. $('.crop_image').click(function(event) { $image_crop.croppie('result', {…
-
0
votes0
answers26
viewsQ: I need to crop an image with croppie and change the value of an input file
Hello guys I’m in a big dilemma. When I crop the image I can view <img src="*****">, but when I click save the image gets in original size! At this location is where I need to recover the…
-
2
votes0
answers22
viewsQ: How to assign the value to input file before saving? When I save the cropped image gets original size
<?php if(isset($_FILES['item_foto'])){ $formatoPermitido = array("png", "jpeg", "jpg", "gif"); $ext =…