Does anybody know what the maximum size is or will be of a startArgument for a Servoy Webclient?
we want to upload images (about 1-2MB) into a webclient, by passing it as an argument in a deeplink.
Does anybody know what the maximum size is or will be of a startArgument for a Servoy Webclient?
we want to upload images (about 1-2MB) into a webclient, by passing it as an argument in a deeplink.
The problem is that there are limitations for the URL size in the browser, see this site. The max URL size in IE is for example 2083 characters.
But why don’t you store the images in the db and use the id as argument?
Hi Joas,
we want to store images and some other metadata (screenshots made in a Servoy smartclient) into a Servoy webclient on a different server, on an other location.
So we have to design something else than.
thanks for you reply
I’m not sure at 100% if it will work but…
Why not creating, in the Smart Client, a new form connected to the Web Client server database, and recording the picture to this database using blob?
both servers are totally seperated!
I have to open db ports for that, and that is something I don’t like for security reasons.
I think the easiest option is to have the client mail the screenshot somewhere. And have a batchprocessor on your server check the mailbox at a certain interval.
I suppose that you cannot use an FTP server otherwise things would be very simple…
You could consider using an headless client instead, it shouldn’t be difficult to setup an upload form with that.