helpful.
Thanks.
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/file-uploads-and-progress-monitoring-on-on-rev-reposted-tp3063680p3064728.html
Sent from the Revolution - User mailing list archive at Nabble.com
Martin
The problem is not checking the amount of bytes that arrived, this is easy.
The hard part is informing back the browser and updating the web page. When
you click "upload" the browser will stop receiving communication from the
server such as xmlHTTPRequests and process your upload order. The
t;du -h" shell
command to periodically check the file size of the file being uploaded?
Martin
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/file-uploads-and-progress-monitoring-on-on-rev-reposted-tp3063680p3063930.html
Sent from the Revolution - User mail
Martin,
Lots of things happening here.
$_SERVER variable is ONLY AVAILABLE for RevServer which is exactly what you
are using.
$_POST_RAW just means you are accessing the stuff in the standard input in
its original form, you need this when you must recreate data on the correct
order since $_POST
d also that Revigniter has File Uploads as a to do item.
http://revigniter.com/userGuide/overview/features.html
Any help on this would be appreciated.
--
View this message in context:
http://runtime-revolution.278305.n4.nabble.com/file-uploads-and-progress-monitoring-on-on-rev-reposted-