Hello,
I have set the max limit for files at 10000(10mb) and if i try to upload a file with size for example 7mb,the file cannot be saved...
If i upload a lower size file such as 200kb the upload works fine.
Can you help me please?
Regards,
Kimos
I have set the max limit for files at 10000(10mb) and if i try to upload a file with size for example 7mb,the file cannot be saved...
If i upload a lower size file such as 200kb the upload works fine.
Can you help me please?
Regards,
Kimos
Hi Kimos,
Please check what the actual settings are in the Site Admin | System Information | PHP Info tab
Bob
Please check what the actual settings are in the Site Admin | System Information | PHP Info tab
Bob
Hi Kimos,
I had this same problem until very recently.
If you have to work on localhost, change the php.ini which sets the maximum upload (upload_max_filesize = 10M), if it is already allocated, you should not be able to access the file, then I think you have two options:
1st - you enter into contact with the administrator and ask to change the php.ini
2nd - Baby one php.ini file and you put in the root of your site.
One suggestion for contents of php.ini:
Hope it help you,
BN
I had this same problem until very recently.
If you have to work on localhost, change the php.ini which sets the maximum upload (upload_max_filesize = 10M), if it is already allocated, you should not be able to access the file, then I think you have two options:
1st - you enter into contact with the administrator and ask to change the php.ini
2nd - Baby one php.ini file and you put in the root of your site.
One suggestion for contents of php.ini:
register_globals = Off
upload_max_filesize = 10M
post_max_size = 10M
memory_limit = 10M
upload_tmp_dir = 10M
max_execution_time = 180
max_file_uploads=50
Hope it help you,
BN
Hi BNGragon,
Thanks for your quick reply.Actually i was hoping that it was only a change to the setting but i can see that is more complicated😛. I will try it a i will give feedback.
Regards,
Kimos
Thanks for your quick reply.Actually i was hoping that it was only a change to the setting but i can see that is more complicated😛. I will try it a i will give feedback.
Regards,
Kimos
Hi Kimos,
I spent a couple of hours looking for solutions, and these were the solutions I found.
As I did not want to be dependent on the availability of the administrator, decided to create my php.ini.
Basically this file is clearcut a lot of things, like the size of files to upload, the total size of all files to upload, how many files can be uploaded per post, etc ...
Anything if you need help just say, I just do not help if I can not😉
Cya,
BN
I spent a couple of hours looking for solutions, and these were the solutions I found.
As I did not want to be dependent on the availability of the administrator, decided to create my php.ini.
Basically this file is clearcut a lot of things, like the size of files to upload, the total size of all files to upload, how many files can be uploaded per post, etc ...
Anything if you need help just say, I just do not help if I can not😉
Cya,
BN
Hi Kimos,
Soiry, but I do not have good news. I do not know if it's a problem with the JCK, but I have a problem with adding the php.ini.
I can add N file with size M without problem, however when I try to upload from JCK, gives a very strange error. : /
I'm trying to solve, but still no solution: /
You have to confirm this, try to save an article with pictures in your WYSIWYG and make sure you have the same problem. If you have not, you're already off the hook. hehe
cya
BN
Soiry, but I do not have good news. I do not know if it's a problem with the JCK, but I have a problem with adding the php.ini.
I can add N file with size M without problem, however when I try to upload from JCK, gives a very strange error. : /
I'm trying to solve, but still no solution: /
You have to confirm this, try to save an article with pictures in your WYSIWYG and make sure you have the same problem. If you have not, you're already off the hook. hehe
cya
BN
Hi BN,
Actually i have just change the parameters:
To the code you wrote me before to changed
Also, i am working on localhost so it was easier for me to edit the existing php.ini file.
Sorry but i can't understand what JCK and WYSIWYG are but to my uploader i can successfull upload a zipped file,which is the point of the use.I don't know if i help you... Let me know if you still have problems...
Regards,
Kimos
Actually i have just change the parameters:
upload_max_filesize
and post_max_size
and it works...
To the code you wrote me before to changed
upload_tmp_dir = 10M
which i think is wrong because this parameter refers to a directory and not to a filesize.
Also, i am working on localhost so it was easier for me to edit the existing php.ini file.
Sorry but i can't understand what JCK and WYSIWYG are but to my uploader i can successfull upload a zipped file,which is the point of the use.I don't know if i help you... Let me know if you still have problems...
Regards,
Kimos
Hi Kimos,
Thanks for your help, I do not know how I did not notice. But unfortunately, that was not my problem.
Unfortunately, the bugs continued, even when they put the correct values ​​in the php.ini file server.
I'm a little lost right now, I'm not sure how I can work around this problem.
Regarding JCK and WYSIWYG, they are editors;)
WYSIWYG ("What You See Is What You Get"), usually refers to an Editor in general, JCK is a WYSIWYG editor;)
Thanks for the help, anyway;)
cya
BN
Thanks for your help, I do not know how I did not notice. But unfortunately, that was not my problem.
Unfortunately, the bugs continued, even when they put the correct values ​​in the php.ini file server.
I'm a little lost right now, I'm not sure how I can work around this problem.
Regarding JCK and WYSIWYG, they are editors;)
WYSIWYG ("What You See Is What You Get"), usually refers to an Editor in general, JCK is a WYSIWYG editor;)
Thanks for the help, anyway;)
cya
BN
This topic is locked and no more replies can be posted.