I upload a file on the server, how do i check to see how many btyes it have when it's on the server? also when I use form to input a file
<form action="post" enctype="multipart/form-dat">
<input type="file" name="upload">
<input type="submit" name="submit" value="attach">
</form>
then I want to see the orignal path name:
ex: like c:\tmp\h.txt
but when I use $upload
it only show like /tmp/phpAsdFdd
how do i go about this?