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! Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
atl_andy Posted March 26, 2008 Share Posted March 26, 2008 *SMACK* Quote Link to comment 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,,, Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.