| Trouble Uploading Files in Linked Content Section [message #8850] |
Tue, 15 March 2011 11:01 |
meredwa
Messages: 1 Registered: March 2011
|
phpCollab guest |
|
|
Hey,
I'm have just started using phpCollab to help my schoolmates and I organize our school coding assignments better. The only complaint I have is when I try and upload a zip file with my Visual Studio project file I always get an error which says "No file selected".
I tried to search the forums for my problem and actually found several relevant posts, but all include directions which are either to vague or confusing. Most mention checking my max upload size set for the project, which I know is about 50 meg, as well as the php.ini. The thing is nothing in my php.ini indicates it would be limiting my upload size.
I also found the advice to
"Check the file size limit of your PHP installation. If it fails then check the configuration file. There you must have selected the maximum file size set very low. You will get your answer after checking both of this."
I have no idea how to check the file size limit of my php instillation, and I am not sure which config file he is referring to.
My php.ini file reads as follows:
register_globals = off
allow_url_fopen = off
expose_php = Off
max_input_time = 60
variables_order = "EGPCS"
extension_dir = ./
upload_tmp_dir = /tmp
precision = 12
SMTP = relay-hosting.secureserver.net
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="
Any help would be appreciated,
Meredwa
|
|
|
|