Page 1 of 1

Uploading file in SB without OpenFile Requester

Posted: Tue Aug 31, 2021 10:39 am
by loulou2522
Newcomer in SPIDERBASIC programming, but not in PUREBasic (7 years of practice), I meet many problems related to the management of the files because of the impossibility of uploading a file without passing by OpenFileRequester. Is there a solution at the moment or is a solution planned?
Example of a problem encountered:
I want to upload a logo file (png) to be able to include it in JSPDF but without having to select it with OPENFILREQUESTER and I don't know how to do it
Thanks to anyone who can give me a solution

Re: Uploading file in SB without OpenFile Requester

Posted: Tue Aug 31, 2021 12:10 pm
by Peter
This is not possible. For security reasons, you always need a user interaction to upload files. Otherwise, any website could (unnoticed) upload files from your computer to any server.