Jump to content

How do I upload a zip file?


Recommended Posts

I have been trying to add a product (which is a zip file) and I keep getting this error message, "Big error."

It says, "Upload a file", then I click Browse and click the file from my hard drive and then it takes forever and I get that error message.

I have around over 500 zip files that I have to upload. Can I just use my FTP program and upload them on to my host server?

Which sub directory though? Download? Admin/Import?

Please help I have wasted a day and a half now!!!

Link to comment
Share on other sites

Problem solved. Phew!

My server's upload limit is 2MB. I was trying to upload more than that. ;)

You know I accidentally found this thread. :P

http://www.prestashop.com/forums/viewthread/2567/

You just edit your php.ini file from your host server. Instead of keeping the 2MB limit, change it to whatever 5M. See quote from thread below;

You need to change :




; Maximum allowed size for uploaded files.

upload_max_filesize = 5M


I hope this thread helps everyone!

:)

Link to comment
Share on other sites

Problem solved. Phew!

My server's upload limit is 2MB. I was trying to upload more than that. ;)

You know I accidentally found this thread. :P

http://www.prestashop.com/forums/viewthread/2567/

You just edit your php.ini file from your host server. Instead of keeping the 2MB limit, change it to whatever 5M. See the quote from that thread below.


You need to change :




; Maximum allowed size for uploaded files.

upload_max_filesize = 5M


I hope this thread helps everyone!

:)

Link to comment
Share on other sites

  • 1 year later...

you need to add the line customer mentioned in a php.ini file in your root directory.
You host may not allow it, but if you put that line in the php.ini file, you should see the limit up to 5mb (which you can change to something higher of course)

Link to comment
Share on other sites

I have this file just in:
/public_html/adm***/php.ini
and in side the file I have:


<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
suhosin.request.max_vars = 2048
suhosin.post.max_vars = 2048
<body>
</body>
</html>



------------------
Is that this file of another one??
and where should I add it
I need your help :)))

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...