SEO | Link Popularity | Search Engine Consulting | SEO Tutorial | SEO Tools | SEO Forum
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 11-01-2005, 11:09 PM
hmc hmc is offline
SEO Junior
 
Join Date: Nov 2005
Posts: 1 hmc is on a distinguished road
need help to extract javascript from site.

There is a site where I`m trying to get it http://www.megaupload.com - 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"
http://jspupload.sourceforge.net
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:
<?php
if($file_name !="")
{
copy ("$file""/html/upload/$file_name")
         or die(
"Could not copy file");
}
else { die(
"No file specified"); }
?>

<html>
<body><h3>File upload succeeded...</h3>
<ul>
<li>Sent: <?php echo "$file_name"?>
<li>Size:  <?php echo "$file_size"?> bytes
<li>Type: <?php echo "$file_type"?>
</ul>
<a href="<?php echo "$file_name" ?>">
                                        Click here to view file</a>
</body></html>


Guys, please help to insert megaupload based "upload bar" javascript or http://jspupload.sourceforge.net based to my upload page.
Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


Login/Register
User Name
Password
Remember Me?

Forum Links
Forum Home
SEO Forum
Internet Marketing Forum
Web Design Forum
Web Hosting Forum
Programming Forum
SEO Chat

Quick Links
Forum Home
New Posts
Mark Forums Read
Open Buddy List
User Control Panel
Edit Avatar
Edit Profile
Edit Options
Miscellaneous
Subscribed Threads
My Profile

Search Forums

Advanced Search
All times are GMT -8. The time now is 08:20 AM.


Powered by: vBulletin Version 3.0.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.