Search found 9 matches

by Paulm
Mon Aug 05, 2024 7:07 pm
Forum: Questions & Answers
Topic: File upload with special characters
Replies: 3
Views: 16333

Re: File upload with special characters

Hi Brendan,

We were on vacation the last 2 weeks which is why I did not answer but thank you very much for your quick response.

I have tried your method and it works perfectly!

Thanks,

Paul
by Paulm
Fri Jul 19, 2024 6:23 pm
Forum: Questions & Answers
Topic: Server routine timeout?
Replies: 6
Views: 20731

Server routine timeout?

Hello,

We are working with a file picker (client side) and the built-in function STM_FILE_OPEN + STM_FILE_READ (server side) to upload and parse CSV files but we are having some issues when processing large files in our code.

The upload works fine and the server routine 'CSVToList' works like we ...
by Paulm
Fri Jul 19, 2024 6:18 pm
Forum: Questions & Answers
Topic: File upload with special characters
Replies: 3
Views: 16333

File upload with special characters

Hello,

We are working with a file picker (client side) and the built-in function STM_FILE_OPEN + STM_FILE_READ (server side) to upload and parse a text file.

When we write the parsed values to the IBM i tables, the special characters are not written correctly (see example hereunder).

We did ...
by Paulm
Fri Jul 19, 2024 5:58 pm
Forum: Questions & Answers
Topic: External resources for widget
Replies: 1
Views: 9597

External resources for widget

Hello,

We are currently working on a project using a widget to implement javascript code.

We want to create a widget which uses external Javascript files but also xml files (used to store configuration data for the javascript execution).

We managed to create js files as external resources in the ...
by Paulm
Fri Dec 23, 2022 1:22 am
Forum: Questions & Answers
Topic: Platform
Replies: 12
Views: 29444

Re: Platform

Hi Dino,

I tried your solution and it is exactly what I needed.

Thank you very much for your help.
by Paulm
Fri Dec 16, 2022 7:13 pm
Forum: Questions & Answers
Topic: Platform
Replies: 12
Views: 29444

Re: Platform

Thank you very much Dino, I will try your solution
by Paulm
Tue Dec 13, 2022 8:43 pm
Forum: Questions & Answers
Topic: Platform
Replies: 12
Views: 29444

Re: Platform

Dino wrote: Tue Dec 13, 2022 12:30 am Hi Paul

If you are in the web, you can find directly what is the browser you are using.
but if you want to know server information, you need to ask the server.

Hi Dino,

In fact, I would like to know the platform on which the browser runs (client side)
by Paulm
Mon Dec 12, 2022 9:18 pm
Forum: Questions & Answers
Topic: Platform
Replies: 12
Views: 29444

Re: Platform

Hi,

*OSAPI is not supported on the Web
by Paulm
Sat Dec 10, 2022 4:02 am
Forum: Questions & Answers
Topic: Platform
Replies: 12
Views: 29444

Platform

Hi,
Is there a simple way to get the platform on which a web application runs?
(Windows, Linux, iOS, Android)