try uploading pdf files on a server

Hello everyone
Xojo

Thanks for your comments that will be greatly appreciated

I’m starting to schedule my first web application

I have not yet purchased the web license

How could I try to load pdf files on a server (which can be simulated on my PC) and then display them in a list.

I have in a webpage, a FileUploader where it shows a list of the files
to upload to the server and a WebButton to send the file (s)

Cordially,
Raul

Hi Raul,

You can read the documentation about uploading and downloading files using the WebFile Class (it includes code examples). I’ll try to prepare and publish a tutorial about this in my blog in a few days.

Javier