Hi,
First, I 'd like to say that I like very much the Dropfiles module. You have done a great job.
Now, to the problem I met. I can't upload a file with more than 2MB size ( e.g. 2.1 or greater ). Is there any solution to overcome this problem?
Thanks in advance
Stathis
First, I 'd like to say that I like very much the Dropfiles module. You have done a great job.
Now, to the problem I met. I can't upload a file with more than 2MB size ( e.g. 2.1 or greater ). Is there any solution to overcome this problem?
Thanks in advance
Stathis
T
11 years ago
·
#495 Hi,
The limit of file size comes from the server only, if your hoster let your modify the "upload_max_filesize" it should be OK.
See: http://php.net/upload-max-filesize
Regards,
The limit of file size comes from the server only, if your hoster let your modify the "upload_max_filesize" it should be OK.
See: http://php.net/upload-max-filesize
Regards,
S
11 years ago
·
#502 Thank you very much for the answer!
Also, I have another question.
Dropfiles' permissions are refered to Access level for a specific group. Is there any way to relate Dropfiles with a specific user?
What I mean is to have 5 users into a group (e.g. customers ) but when one customer is signed in then not be able to see others files but only his own files. One answer is to create for each customer one separate group with each own access level but is there any other way without creating 5 groups?
Thanks anyway
Stathis
Also, I have another question.
Dropfiles' permissions are refered to Access level for a specific group. Is there any way to relate Dropfiles with a specific user?
What I mean is to have 5 users into a group (e.g. customers ) but when one customer is signed in then not be able to see others files but only his own files. One answer is to create for each customer one separate group with each own access level but is there any other way without creating 5 groups?
Thanks anyway
Stathis
T
11 years ago
·
#520 Hi sandronikos,
This feature are in our "to do list" for the next version, I mean make file administration only accessible to owner.
Regards,
This feature are in our "to do list" for the next version, I mean make file administration only accessible to owner.
Regards,
N
10 years ago
·
#1375 Hi,
i have the same problem. I can't upload a file with more than about 3MB size. The restriction from the server is 10MB. Have you an idea or a hint for me?
Thanks in advance
Georg
i have the same problem. I can't upload a file with more than about 3MB size. The restriction from the server is 10MB. Have you an idea or a hint for me?
Thanks in advance
Georg
T
10 years ago
·
#1378 Hey,
You have a parameter for that
It's set by default on your server max upload value. Check this value.
Dropfiles don't apply any limit on upload.
Please post a ticket, the developer will have a look at that if you still have a trouble.
Cheers,
You have a parameter for that

It's set by default on your server max upload value. Check this value.
Dropfiles don't apply any limit on upload.
Please post a ticket, the developer will have a look at that if you still have a trouble.
Cheers,
N
10 years ago
·
#1387 hi! your are right! thanks a lot for the great support also via ticket support - increase memory_limit was the solution for upload limitation.
best regards
Georg
best regards
Georg
- Page :
- 1
There are no replies made for this post yet.
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »