SMFHacks.com

SMF Store => Support => Bugs => Topic started by: frustrated on May 26, 2011, 10:04:11 pm

Title: "No File Name" bug?
Post by: frustrated on May 26, 2011, 10:04:11 pm
Hi,

I have no problem uploading digital items to my store, but whenever anyone else besides me tries to upload a file (IE: Attach it to the store listing) it gives an error.

It says that a file name is needed, even if the user inputs a file name.

Any idea what this is?


Thanks.
Title: Re: "No File Name" bug?
Post by: SMFHacks on May 26, 2011, 10:07:37 pm
The file maybe too large. Find out how large the file is could be exceeding your php file upload limits.

Check out this post to increase limits
http://www.smfhacks.com/index.php/topic,3498.0.html
Title: Re: "No File Name" bug?
Post by: frustrated on May 26, 2011, 10:14:59 pm
Ahhh, thank you so much. I never would have connected that. I did up my upload limit, but the files might still be larger.
Title: Re: "No File Name" bug?
Post by: frustrated on May 27, 2011, 02:00:18 pm
I set the max upload size to 200MB, but I still can't upload a file that is 14MB.

Is there some other size setting within the store script itself?

It's kind of scaring away my first customers. :)
Title: Re: "No File Name" bug?
Post by: SMFHacks on May 27, 2011, 02:51:59 pm
Also check the post_max_size that also controls that issue in php.
Title: Re: "No File Name" bug?
Post by: frustrated on May 27, 2011, 06:17:44 pm
Thanks a TON.

That setting was hiding under an "advanced" tab on my idiot-proof control panel.

:)