Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Inconsistent Image File Types?
12-12-2018, 11:52 PM,
#1
Inconsistent Image File Types?
It looks like in some cases we are able to handle JPG, JPEG, and PNG file formats for stock items but in some scripts we only expect to find and use JPG file formats.

For example in SelectProduct.php we have:

PHP Code:
$SupportedImgExt = array('png','jpg','jpeg'); 

But in PrintWOItemSlip.php we have:

PHP Code:
if(file_exists($_SESSION['part_pics_dir'] . '/' .$StockId.'.jpg'
https://www.linkedin.com/in/eclipsepaulbecker
Reply


Messages In This Thread
Inconsistent Image File Types? - by VortecCPI - 12-12-2018, 11:52 PM
RE: Inconsistent Image File Types? - by VortecCPI - 12-13-2018, 12:13 AM
RE: Inconsistent Image File Types? - by VortecCPI - 12-13-2018, 12:52 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)