Hi Isomorphic,
I need to play around with maximum file sizes on upload serverside and clientside.
I noticed that I can't see a request in the MB area when uploading a 4MB file in this sample. I tried FF128 and Edge 126 and I could not see a big request in either F12 tools.
So right now, the upload seems magic to me :) Could you explain how I could see more details here and how it works?
I already saw that the mechanism is different for FF and Egde, where the latter seems to use a hiddenFrame (from the mentioning of parent.isc.Comm.hiddenFrameReply in the 1st requests response).
I did read the Upload and Binary Fields docs, but they did not discuss this.
Also, do I need to set Tomcat's maxPostSize according to SmartClient's DataSourceField.maxFileSize (in case you know this)?
Thank you & Best regards
Blama
I need to play around with maximum file sizes on upload serverside and clientside.
I noticed that I can't see a request in the MB area when uploading a 4MB file in this sample. I tried FF128 and Edge 126 and I could not see a big request in either F12 tools.
So right now, the upload seems magic to me :) Could you explain how I could see more details here and how it works?
I already saw that the mechanism is different for FF and Egde, where the latter seems to use a hiddenFrame (from the mentioning of parent.isc.Comm.hiddenFrameReply in the 1st requests response).
I did read the Upload and Binary Fields docs, but they did not discuss this.
Also, do I need to set Tomcat's maxPostSize according to SmartClient's DataSourceField.maxFileSize (in case you know this)?
Thank you & Best regards
Blama
Comment