|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
need help to extract javascript from site.
There is a site where I`m trying to get it URL - just try to upload a simple txt file to see this this "upload process bar".
I`m trying to extract a javascript which showing this "upload process bar" while you upload a file to site/server.But it`s wount to work for me. There is a another example of similar "upload process bar" URL but I dunno how to make it run in my upload form. form I use: (its a simple 2 php & html files): html file(upload.html): [html]<FORM METHOD="POST" ENCTYPE="multipart/form-data" action="uploader.php"> <INPUT TYPE="file" NAME="file"> <input type="submit" name="submit" value="upload"> </form>[/html] php file(uploader.php): PHP Code:
Guys, please help to insert megaupload based "upload bar" javascript or URL based to my upload page. |
|
#2
|
|||
|
|||
|
Hi HMC, welcome to the forum.
You cannot show a page while uploading form-data, because the moment the user presses the 'submit' button the browser starts uploading the data. However, you could add a little JavaScript and fix this. Make two DIVs: 1. containing the form with all fields, display normally 2. containing the progressbar, display as hidden (none). Then in the <form tag, add a JS function like <form onsubmit='ShowBar(); return true;'> The function should hide the form DIV (first), and show the progressbar DIV. It is easilly developed by keeping the second DIV visible: you can check the progressbar without uploading a file... |
|
#3
|
|||
|
|||
|
MichaelSoft, I will pay to if you can insert it to my current form.
please contact me by email. |
|
#4
|
||||
|
||||
|
Michaelsoft just explained the answer to you...
You'd be wasting your money to not do it yourself. |
![]() |
| Viewing: Dev Articles Community Forums > Programming > JavaScript Development > need help to extract javascript from site. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|