gerkintrigg Posted January 28, 2013 Share Posted January 28, 2013 I have written an accounting web app to keep track of my receipts and I HATE paper junking up my office, so I added an image upload. I was hoping my iPhone can take the photo then and there and upload the record to the website for permanent backup and the receipt would go in the bin. Instead it says the image is too big. Is there an easy way to reduce the size of the image I'm uploading or should I change the PHP script to handle bigger uploads? Quote Link to comment https://forums.phpfreaks.com/topic/273736-ios-image-upload/ Share on other sites More sharing options...
trq Posted January 28, 2013 Share Posted January 28, 2013 Your asking your question on a PHP help forum. Quote Link to comment https://forums.phpfreaks.com/topic/273736-ios-image-upload/#findComment-1408726 Share on other sites More sharing options...
gerkintrigg Posted January 28, 2013 Author Share Posted January 28, 2013 Yup. I guess then that the question is how'd I avoid the issue that reads: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 13056 bytes) in /home/ghostpub/public_html/includes/img_resize.php on line 31 Quote Link to comment https://forums.phpfreaks.com/topic/273736-ios-image-upload/#findComment-1408739 Share on other sites More sharing options...
gerkintrigg Posted January 28, 2013 Author Share Posted January 28, 2013 ini_set("memory_limit","128M"); Sorted. Quote Link to comment https://forums.phpfreaks.com/topic/273736-ios-image-upload/#findComment-1408744 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.