Connecting Tech Pros Worldwide Forums | Help | Site Map

upload file

BigZero
Guest
 
Posts: n/a
#1: Jul 11 '08
Hello,

i m using apache server and php 5.2.2-3 i need to upload fle well that
part i did, the problem is i can upload a file of limit that is less
then 2mb i can't upload file that as more then 2 mb size,
how to solve this problem is i need to change any thing in m
code......




Thanks
VM

Captain Paralytic
Guest
 
Posts: n/a
#2: Jul 11 '08

re: upload file


On 11 Jul, 15:52, BigZero <vijaymajagaon...@gmail.comwrote:
Quote:
Hello,
>
i m using apache server and php 5.2.2-3 i need to upload fle well that
part i did, the problem is i can upload a file of *limit that is less
then 2mb i can't upload file that as more then 2 mb size,
*how to solve this problem is i need to change any thing in m
code......
>
Thanks
VM
Try searching that Google thing for

php apache file upload limit
BigZero
Guest
 
Posts: n/a
#3: Jul 11 '08

re: upload file


On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@yahoo.comwrote:
Quote:
On 11 Jul, 15:52, BigZero <vijaymajagaon...@gmail.comwrote:
>
Quote:
Hello,
>
Quote:
i m using apache server and php 5.2.2-3 i need to upload fle well that
part i did, the problem is i can upload a file of limit that is less
then 2mb i can't upload file that as more then 2 mb size,
how to solve this problem is i need to change any thing in m
code......
>
Quote:
Thanks
VM
>
Try searching that Google thing for
>
php apache file upload limit
thanks

VM
BigZero
Guest
 
Posts: n/a
#4: Jul 11 '08

re: upload file


On Jul 11, 8:09 pm, BigZero <vijaymajagaon...@gmail.comwrote:
Quote:
On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@yahoo.comwrote:
>
>
>
Quote:
On 11 Jul, 15:52, BigZero <vijaymajagaon...@gmail.comwrote:
>
Quote:
Quote:
Hello,
>
Quote:
Quote:
i m using apache server and php 5.2.2-3 i need to upload fle well that
part i did, the problem is i can upload a file of limit that is less
then 2mb i can't upload file that as more then 2 mb size,
how to solve this problem is i need to change any thing in m
code......
>
Quote:
Quote:
Thanks
VM
>
Quote:
Try searching that Google thing for
>
Quote:
php apache file upload limit
>
thanks
>
VM
Thanks man i got that solution for that.
just go and edit the /etc/php.ini upload_max_filesize = 2M





Thanks
VM
Paul Lautman
Guest
 
Posts: n/a
#5: Jul 11 '08

re: upload file


BigZero wrote:
Quote:
On Jul 11, 8:09 pm, BigZero <vijaymajagaon...@gmail.comwrote:
Quote:
>On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@yahoo.comwrote:
>>
>>
>>
Quote:
On 11 Jul, 15:52, BigZero <vijaymajagaon...@gmail.comwrote:
>>
Quote:
Hello,
>>
Quote:
i m using apache server and php 5.2.2-3 i need to upload fle
well that part i did, the problem is i can upload a file of
limit that is less then 2mb i can't upload file that as more
then 2 mb size, how to solve this problem is i need to change
any thing in m code......
>>
Quote:
Thanks
VM
>>
Quote:
Try searching that Google thing for
>>
Quote:
php apache file upload limit
>>
>thanks
>>
>VM
>
Thanks man i got that solution for that.
just go and edit the /etc/php.ini upload_max_filesize = 2M
>
>
>
>
>
Thanks
VM
Maybe next time it will occur to you to do that sort of search before you
bother posting here!


BigZero
Guest
 
Posts: n/a
#6: Jul 12 '08

re: upload file


On Jul 11, 11:44 pm, "Paul Lautman" <paul.laut...@btinternet.com>
wrote:
Quote:
BigZero wrote:
Quote:
On Jul 11, 8:09 pm, BigZero <vijaymajagaon...@gmail.comwrote:
Quote:
On Jul 11, 7:58 pm, Captain Paralytic <paul_laut...@yahoo.comwrote:
>
Quote:
Quote:
On 11 Jul, 15:52, BigZero <vijaymajagaon...@gmail.comwrote:
>
Quote:
Quote:
Hello,
>
Quote:
Quote:
i m using apache server and php 5.2.2-3 i need to upload fle
well that part i did, the problem is i can upload a file of
limit that is less then 2mb i can't upload file that as more
then 2 mb size, how to solve this problem is i need to change
any thing in m code......
>
Quote:
Quote:
Thanks
VM
>
Quote:
Quote:
Try searching that Google thing for
>
Quote:
Quote:
php apache file upload limit
>
Quote:
Quote:
thanks
>
Quote:
Quote:
VM
>
Quote:
Thanks man i got that solution for that.
just go and edit the /etc/php.ini upload_max_filesize = 2M
>
Quote:
Thanks
VM
>
Maybe next time it will occur to you to do that sort of search before you
bother posting here!
yes sir, i was bit...., moment was like that i thought to post, most
of time i search then ill post. next time i do take care of it.


Thanks
VM
Closed Thread