Most voted "jpg" questions
6 questions
Sort by count of
-
4
votes1
answer195
viewsTrying to upload JPG via Javascript and Ajax
I created the following form below on a client’s website, so that you can change a user’s photo: <form id="formulario" method="post" enctype="multipart/form-data"> <div…
-
4
votes2
answers571
viewsHow to convert jpg images to webp using php?
I’m setting up a real estate website that imports photos of an xml. I wanted that when importing, it converted jpg to webp, but of the ones I found on the net, I could not make it work. Does anyone…
-
1
votes1
answer60
viewsPHP and Javascript - Hosting and opening files in formats other than PDF
I created on my client’s website a way to host presence list files at events. Here’s the code: <b>Arquivo da lista de presença (PDF):</b> <?php if($evento['arquivo'] == '1'){ echo…
-
1
votes1
answer53
viewsHow do I validate how many images are inside a TIFF file?
I want to do a validation in C# for when to convert a TIFF image to JPEG I can know if all the images have been converted, because TIFF is a single file that sometimes brings several images inside…
-
0
votes0
answers28
viewsNot all images are uploaded by the browser
I have a page that needs to upload about 1200 photos and always worked well. But in the last batch of photos an error appears on the page as shown below: On those icons that appear if I right-click…
-
-2
votes1
answer61
viewsHeavy site because of images
I developed a website for a customer who has a feed store, with HTML5 and CSS3, nothing with backend and database, he just wants to publicize the products, prices and etc. The /img folder is 125MB…