Upload file on php-5.2.2-3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Upload file on php-5.2.2-3

Post by Benjamin »

chmod
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

Post by kapil1089theking »

chmod then??
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: Upload file on php-5.2.2-3

Post by Benjamin »

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

Post by kapil1089theking »

i have done
chmod 755 -R /var/www/html/

still its not working.
User avatar
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

Post 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
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

Post 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.
Post Reply