Page 2 of 2
Re: Upload file on php-5.2.2-3
Posted: Sat Jun 07, 2008 10:59 am
by Benjamin
chmod
Re: Upload file on php-5.2.2-3
Posted: Sat Jun 07, 2008 11:02 am
by kapil1089theking
chmod then??
Re: Upload file on php-5.2.2-3
Posted: Sat Jun 07, 2008 11:03 am
by Benjamin
Yes, you can change the permissions with your FTP or SSH client.
Re: Upload file on php-5.2.2-3
Posted: Sun Jun 22, 2008 5:26 am
by kapil1089theking
i have done
chmod 755 -R /var/www/html/
still its not working.
Re: Upload file on php-5.2.2-3
Posted: Sun Jun 22, 2008 7:23 am
by Kieran Huggins
If I'm not mistaken, you'll almost definitely hit a memory limit uploading a file of that size.
I'd look for an alternative, like flash or something. Something that can FTP it and show a progress bar.
Start here:
http://www.google.ca/search?q=flash+upl ... =firefox-a
Re: Upload file on php-5.2.2-3
Posted: Sun Jun 22, 2008 10:41 am
by kapil1089theking
Thanx for ur effort, But I m not Getting You Clearly. Can you make yourself a bit clear, and by the way my html pages may sum upto max 1 mb. I guess thats not the problem.