×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hi all
I am playing with Upload/Download for iSeries utility from /www.easy400.net ; i’m using it from my RPG program to download a file from IMB i to my PC .
Running this code in my rpg
PCCMD(''start ' +
'
http://myibmi:8027/fuploadp/fdnload.pgm+?xfile=/' +
'/tmp/' + %Trim(TmpObj)+ '.xls' + ''')' +
' PAUSE(*NO)';
it download the document in my pc. I would like, before the download, show to user a web page that ask confirm to the download, but having no knowledge about CGIDEV2, i’m not able to do that. The program already does a similar operation (if file not exist), but i don’t know how to menage a situation where the first time ask confirm and then (second time) run the download
thanks in advance
P.S. the source code of the program is at
https://www.easy400.net/fuploadp/dspsrc.cgi?srclib=fupload&srcfil=qrpglesrc&srcmbr=fdnload
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.