Can't upload a file using File Open Dialog in Edge Browser

Hi All,

I am trying to upload a pdf file by using plugins.file.showFileOpenDialog(1, null , false, null , callBackUpload , ‘Select File’);, this is working fine in firefox but not in Edge browser. I even tried uploading pdf file using “File Upload” servoy extra component but no luck.

I am getting , “Upload Failed (file to big) ?” message at Upload window. I did set up , servoy.webclient.maxuploadsize:10240 and servoy.ng_web_client.tempfile.threshold:10240 but no luck, the file that I tried to upload is in 250 KB size.

Did I missed any settings ?, please share your suggestions.

I am also experiencing this issue with the showFileOpenDialog in the NG Client using Safari. Repeated attempts to upload the same file will sometimes work and other times not. There are no errors shown in the Servoy Admin log file nor the catalina log file.

Hi All,

Any suggestions please ?

Thanks

Other than avoid the Edge browser for the time being as it’s nowhere near ready for prime time, afraid not!

Hi,

We need to fix this ASAP, Please suggest a possible solution. Anyone from Servoy ?

Please create a case about this, attach a small sample solution and, if needed, the file to upload as well (if you only get this with some files and not with others).
If it only happens in some browsers it is probably not related to a particular server settings. And 250 KB is not large, these were tested with much larger files…

Specify in the case also the version of Servoy you are using, the client type (WebClient/NGClient) and the browsers that show this problem. Until now I understand it has been noticed on Safari+NGClient (which version?) and Edge+? (I guess NGClient as well as you mentioned an NGComponent, but which version?).

Hi Andrei,

Thanks for the reply and I have created a case (SVY-11639), please check.

Thanks

hi to all,
it was actually an issue in the lib we use for file uploading, a bug that we now avoid in 8.2.1; the fileupload from servoy-extra
also got fixed for this problem, in version 1.3.1

Hi Gabi Boros,

Thanks for your help, much appreciated.