Upload file on php-5.2.2-3
Moderator: General Moderators
-
kapil1089theking
- Forum Commoner
- Posts: 46
- Joined: Wed May 28, 2008 1:51 pm
- Location: Kolkata, India
- Contact:
Re: Upload file on php-5.2.2-3
chmod then??
Re: Upload file on php-5.2.2-3
Yes, you can change the permissions with your FTP or SSH client.
-
kapil1089theking
- Forum Commoner
- Posts: 46
- Joined: Wed May 28, 2008 1:51 pm
- Location: Kolkata, India
- Contact:
Re: Upload file on php-5.2.2-3
i have done
chmod 755 -R /var/www/html/
still its not working.
chmod 755 -R /var/www/html/
still its not working.
- Kieran Huggins
- DevNet Master
- Posts: 3635
- Joined: Wed Dec 06, 2006 4:14 pm
- Location: Toronto, Canada
- Contact:
Re: Upload file on php-5.2.2-3
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
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
-
kapil1089theking
- Forum Commoner
- Posts: 46
- Joined: Wed May 28, 2008 1:51 pm
- Location: Kolkata, India
- Contact:
Re: Upload file on php-5.2.2-3
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.