Closed monster50mx closed 6 years ago
Do you use "Normal" or "Chunked" upload method? It seems that you are hitting the maxPostSize limit of tomcat web server... Just change it to chunked and try again! Then the file is split into 1MB pieces and you won´t hit any web server limits...
Thank you very much !! it works !!
On Wed, Apr 18, 2018 at 11:46 AM, Daniel Hochleitner < notifications@github.com> wrote:
Do you use "Normal" or "Chunked" upload method? It seems that you are hitting the maxPostSize limit of tomcat web server... Just change it to chunked and try again! Then the file is split into 1MB pieces and you won´t hit any web server limits...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Dani3lSun/apex-plugin-dropzone/issues/47#issuecomment-382489841, or mute the thread https://github.com/notifications/unsubscribe-auth/ATzM34HDjQMNte41-d4QaECrxGojIBkvks5tp4oFgaJpZM4Tahu_ .
-- ----- ----- ----- ----- M. T. I. Carlos Garduño Muñoz ----- ----- ----- -----
Hi Dani3l
I can't find the "Buy me a beer" button in https://github.com/Dani3lSun/apex-plugin-dropzone
Best Regards
PD. I need to learn how to do plugins if you can give me a clue a very appreciate
On Wed, Apr 18, 2018 at 11:46 AM Daniel Hochleitner < notifications@github.com> wrote:
Do you use "Normal" or "Chunked" upload method? It seems that you are hitting the maxPostSize limit of tomcat web server... Just change it to chunked and try again! Then the file is split into 1MB pieces and you won´t hit any web server limits...
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Dani3lSun/apex-plugin-dropzone/issues/47#issuecomment-382489841, or mute the thread https://github.com/notifications/unsubscribe-auth/ATzM34HDjQMNte41-d4QaECrxGojIBkvks5tp4oFgaJpZM4Tahu_ .
-- ----- ----- ----- ----- M. T. I. Carlos Garduño Muñoz ----- ----- ----- -----
Click "Donation" on https://apex.world/ords/f?p=100:710:::::P710_PLG_ID:DE.DANIELH.DROPZONE
Expected behavior
When i upload a file
Actual behavior
/*-------------------------------------
I use this pluggin cause let me customize insert process on a table. I only change the filezise in the attributes region.
Install the pluggin Change Filesize Default 2 Mb to 8 Mb (or any size biggest)
APEX version (4.2.6 / 5.0.3)
5.1
Used web server / version and platform (ORDS 3.0.3 / Tomcat 7 / Apache 2.4 / Linux x64)
Tomcat 8
Used web browser / version and platform (Chrome 48 Mac / Firefox 44 Windows)
Safari, Chrome, Mozilla
Please can you help me?