Re: File Upload in PHP
Karl DeSaulniers <[email protected]>
| Newsgroups | gmane.comp.php.database |
|---|---|
| Message-ID | <[email protected]> |
I would set post_max_size in your htaccess for the directory where your upload.php file is. Or base64 your file and upload 8Mb chunks, then reassemble and store. but I am sure someone has a better solution than I. also, I may be wrong on this too, but this is a PHP General question, not database related. you may find better help on the PHP general list. Best, Karl On Feb 1, 2012, at 3:38 AM, Trinath Somanchi wrote: > Hi All- > > I have doubt regarding file upload in PHP. > > With out updating the INI file settings, Can PHP process File upload > just > like Apache handling Multipart post. > > Like, Irrespective of post_max_size being 8M, PHP must process a > 15MB Post > data (15MB Uploaded file.) > > How to work this out with PHP. > > Kindly help me in this regard. > > > > -- > Regards, > ---------------------------------------------- > Trinath Somanchi, Karl DeSaulniers Design Drumm http://designdrumm.com -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php