mishaq 0 Posted September 19, 2012 Hello, I want to upload the bmp image for product but this image is not uploaded and on client side shows error icon rather then image. Can you please help me about this as soon as possible. Also when I have tried to uplaod the jpg image with image name in capital letter this image is not uploaded as well. Please advise. Thanks, Muhammad Ishaq Share this post Link to post Share on other sites
Jan Zonjee 59 Posted September 19, 2012 I want to upload the bmp image for product but this image is not uploaded and on client side shows error icon rather then image. Can you please help me about this as soon as possible. bmp is not a format normally used on webpages. http://www.htmlgoodies.com/primers/html/article.php/3478181/Basic-HTML-Images.htm Even though some browers, such as Internet Explorer, will allow you to place a BMP as an image, I wouldn't. Most browsers will not be able to display it. Go with .gif, .jpg or .png. Also when I have tried to uplaod the jpg image with image name in capital letter this image is not uploaded as well. Not a clue. Maybe too big and over the size limit PHP will allow? Share this post Link to post Share on other sites
vacatlady 2 Posted September 19, 2012 Hello, I want to upload the bmp image for product but this image is not uploaded and on client side shows error icon rather then image. Can you please help me about this as soon as possible. Also when I have tried to uplaod the jpg image with image name in capital letter this image is not uploaded as well. Please advise. Thanks, Muhammad Ishaq Just try using all lowercase for your .jpg images. And make sure you have converted your .bmp into .jpg or use .png. Make sure you resize and compress images so that they are not huge files before you upload. as someone said, you may be exceeding your size limit for your server uploads Share this post Link to post Share on other sites
vampirehunter 16 Posted September 21, 2012 yes, don't use bmp. the images sizes are way too big. Do you have photoshop? you can resize and convert your images to jpg format. if you need any help, just let me know. Share this post Link to post Share on other sites
♥14steve14 656 Posted September 22, 2012 There are free programs available to bulk convert images. Just search for image converter in google. REMEMBER BACKUP, BACKUP AND BACKUP Share this post Link to post Share on other sites