Tk Library Source Code
Artifact [580f1bcf8e]
Not logged in
Hosted by Hypnotoad
www.etoyoc.com
Etoyoc Industries on Etsy
Support this project: Buy some merch

Artifact 580f1bcf8e05ef7f635ef9f2fd8020fab283298d:

Attachment "testmd5.php" to ticket [1254934fff] added by erl 2005-10-21 17:22:11.
<?php
  $file = $_FILES[ 'file' ];

  print "File tmp name:".$file[ 'tmp_name' ]."\n";
  print "File size: ".filesize( $file[ 'tmp_name' ] );
?>