× 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 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




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.