I am planning to write a plugin to do some file manipulation on the server that holds the Servoy Application Server.
Anybody any suggestions for some functions when/if I would make this public?
I am planning to write a plugin to do some file manipulation on the server that holds the Servoy Application Server.
Anybody any suggestions for some functions when/if I would make this public?
IT2BE:
I am planning to write a plugin to do some file manipulation on the server that holds the Servoy Application Server.Anybody any suggestions for some functions when/if I would make this public?
Anything that can let the user to manipulate more image formats (like psd, tiff and other common file formats), in order to show a preview (or a thumbnail) directly in Servoy would be great ![]()
Hai Riccardino,
A good idea, however not within the scope of this plugin. I am really looking for things we need/want a client to do on the server.
However, I will see how much work such a plugin will be
Duplicate related found set on the server.
Westy, can you clarify this
I am now using the Global method (duplicateRecord) implementation that is described at:
http://forum.servoy.com/viewtopic.php?t … +getrecord
It works great locally, but when a client is accessing from an internet connection the duplication takes minutes instead of seconds. So I was hoping that there might be some other way that is faster.
Hmm, I guess that if that is doable I won’t have an issue doing so.
On the other hand, if this is doable I am sure the Servoy guys would have done this.
I’ll look into this