Possible Duplicate:
Error: Allowed memory size of 67108864 bytes exhausted
I have a (multiple) file upload form on my website, and it works, but if I upload too much files (depends on file size I guess) I get that error. I know I can edit the memory_limit property in php.ini, but is their a way I can free up that memory with php?
I'm uploading some images, then they are resized and cropped to two images, and then saved in a directory and in a database.
Thanks