I am evolving an idea of building an application in which the users will choose an template, make some personal adjusts on it, saves this version and sent a personal link to who they wants to grants access. The templates will be BJS files which I know how to load, change and save, but I do not know how to generate an personal link or maybe an URL parameters loading.
Yes, it is! But I need to save pictures the users will upload too, and for what I know, this is not possible in PG. It is by design or there are some related technical issue.
@NRA
this is by design, i believe it’s due to storage and server costs, it’ll quickly get out of hand, so people have to host pictures on CORS enabled third parties, like github.
Furthermore there’s the whole licensing issue, and it can be slightly complicated to implement such a feature safely and effectively