spyer Posted March 25, 2008 Share Posted March 25, 2008 hey guys.. i'm so desperate now.. i've been looking everywhere but couldn't find the answer... Please HELP ok.. i have this form <form name="upload" id="uploadfile" enctype="multipart/form-data" method="post" action="index.php?do=upload"> <input type="file" id="FileItem" name="fileselect"> <input type="submit" name="Submit" value="Submit"> <div id="PrintProgress"></div> </form> ok.. i want to get the file size, file name, and file mime of the selected file also the upload speed of the user.... that should be it i guess!! i want to make an upload progress bar with java,, but i know absolutely nothing about java so... help! Link to comment https://forums.phpfreaks.com/topic/97852-getfilesize-help/ Share on other sites More sharing options...
haku Posted March 26, 2008 Share Posted March 26, 2008 First off java and javascript are not the same thing. They are actually very different. Second, learn some javascript first. Link to comment https://forums.phpfreaks.com/topic/97852-getfilesize-help/#findComment-501010 Share on other sites More sharing options...
atl_andy Posted March 26, 2008 Share Posted March 26, 2008 *SMACK* Link to comment https://forums.phpfreaks.com/topic/97852-getfilesize-help/#findComment-501108 Share on other sites More sharing options...
spyer Posted March 26, 2008 Author Share Posted March 26, 2008 thanks for your replay.. i probably should do that,,, Link to comment https://forums.phpfreaks.com/topic/97852-getfilesize-help/#findComment-501214 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.