Writing direct to disk with php
Posted
by Jurander
on Stack Overflow
See other posts from Stack Overflow
or by Jurander
Published on 2010-05-18T02:48:16Z
Indexed on
2010/05/18
2:50 UTC
Read the original article
Hit count: 284
I would like to create an upload script that doesn't fall under the php upload limit. There might be an occasion where I need to upload a 2GB, or larger file and I don't want to have to change the whole server execution to above 32MB.
Is there a way to write direct to disk from php?
What method might you propose someone would use to accomplish this? I have read around stack overflow but haven't quite found what I am looking to do.
© Stack Overflow or respective owner