Uploading file in SB without OpenFile Requester

Just starting out? Need help? Post your questions and find answers here.
loulou2522
Posts: 51
Joined: Wed Mar 18, 2015 5:52 am

Uploading file in SB without OpenFile Requester

Post 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
User avatar
Peter
Posts: 1086
Joined: Mon Feb 24, 2014 10:17 pm
Location: 127.0.0.1:9080
Contact:

Re: Uploading file in SB without OpenFile Requester

Post 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.
Post Reply