Click to See Complete Forum and Search --> : Uploading .rar file in PHP


Subbulakshmi
03-07-2007, 03:48 AM
Hi

How to upload a rar file in PHP?

Can any one hlp me.

Thanks in advance

NogDog
03-07-2007, 07:05 AM
The same way you would upload any type of file. See the file upload section of the manual (http://us3.php.net/manual/en/features.file-upload.php) and the "sticky" post at the top of this forum on image uploads.

Subbulakshmi
03-10-2007, 12:55 AM
The same way you would upload any type of file. See the file upload section of the manual (http://us3.php.net/manual/en/features.file-upload.php) and the "sticky" post at the top of this forum on image uploads.


Yes i did it the problem was with the File size and i initiated using ini_set function.

Thanks.