|
If an uploading of a file works, then GETURI will still work as it can also simulate an HTML file upload form. Aaron, you need to describe what's going on a little better and I think we'll help. If the problem is your program can't read enough from StdIn then you are making a client request and GETURI or something similar would work. Brad On Fri, 12 Sep 2003 15:43:28 +0200 Anton Gombkötö <gombkoetoe@xxxxxxxxxx> wrote: > Hi Aaron, > > as coincidences occur, we had just today to play around > with a program > ALLOCating storage and found out that we weren't able to > ALLOCate more > than 8MB in this situation (although according to the > manual, we > should be able to allocate 16MB - 512 bytes). Maybe that > has to do > with the amount of variables already defined, or > something like that. > There might be programs that are able to allocate more, > there might be > ones that can't allocate even that. I don't know. > > And to list another option: Net.Data supports uploading > of files, too. > > these are the essential parts of a macro doing so: > > <form method="POST" > enctype="multipart/form-data" > action="part2"> > your file: <INPUT TYPE="FILE" NAME="datei"><br> > <input type="submit" value="load it up"> > </form> > > .... > > %HTML(part2) { > <html> > <head> > <title>file upload completed</title> > <meta http-equiv="pragma" content="no-cache"> > <meta http-equiv="expires" content="0"> > </head><body> > <P>stored as $(datei)</p> > </body></html> > %} > > And in the INI-file one has to code a dir for the > uploaded files: > > DTW_UPLOAD_DIR /webuploads > > > -- > Mit freundlichen Grüssen / best regards > > Anton Gombkötö > Organisation und Projektleitung > > Avenum Technologie GmbH > Wien - Salzburg - Stuttgart > http://www.avenum.com > > > > _______________________________________________ > This is the Web Enabling the AS400 / iSeries (WEB400) > mailing list > To post a message email: WEB400@xxxxxxxxxxxx > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/mailman/listinfo/web400 > or email: WEB400-request@xxxxxxxxxxxx > Before posting, please take a moment to review the > archives > at http://archive.midrange.com/web400. > Bradley V. Stone BVS.Tools www.bvstools.com
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.