Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Coding Forum


You are currently viewing our Coding Forum as a guest. Please register to participate.
Login



Reply
OMFG, this is pissing me off so badly!!
Old 05-11-2007, 07:45 PM OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
I cannot tell you people how hard and long i have looked for a file upload script with a progress bar that is SIMPLE to use and you dont have to go through the hassle of editing the files so much that it probaly would be easier coding one your self!

All i need is a file upload script that can upload big and small files in an html form with a WORKING progressbar.

I only have about $35.00(USD) in my paypal, but ill pay some one to help me find a script(a really good one) or build one cheap(if willing), because i have been to every "Ask", "Google", "Alexa", and "Live" search result on earth.

P.S. it has to be PHP

P.S.S. like this site has: http://www.fpsbanana.com/responders/ajaxupload



/
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
 
Register now for full access!
Old 05-11-2007, 08:01 PM Re: OMFG, this is pissing me off so badly!!
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
You must not have searched that much...
http://www.google.com/search?hl=en&lr=&ie=UTF-8&q=php%20file%20upload%20progress%20bar+&btnG=Goo gle+Search

Those are the 3 first result I had:
http://www.raditha.com/php/progress.php
http://tomas.epineer.se/tesupload/
http://encodable.com/filechucker/

Quote:
P.S. it has to be PHP
That's simply impossible using PHP alone.
Short explaination: On upload, PHP don't know what size the file will be, so, it cannot gives you a progress bar...
Solution: Use PERL for the upload, which can access the file total size before finishing uploading, and interface PERL with PHP for the progress bar display.
__________________
Only a biker knows why a dog sticks his head out the window.

Last edited by tripy; 05-11-2007 at 08:03 PM..
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 05-12-2007, 01:36 AM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
Yeah, thats not what i wanted, i have seen Ajax up loaders and they don't use Perl or cgi but i cannot find them, then theres flash up loaders and they done have cgi or Perl either, but they don't do forms, at least i don't think.

I don't like cgi for a couple of reasons:

1. It can be complicated most times when using MySQL and other scripts

2. You have to keep the files in the cgi-bin directory unless you redirect the settings or whatever with .htaccess

3. Every time cgi is executed, it starts a new process that takes up folder space in the temp dir, and can gradully decrease server speed.
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 05-12-2007, 07:43 AM Re: OMFG, this is pissing me off so badly!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
http://www.google.com/search?sourcei...=ajax+uploader

http://www.google.com/search?hl=en&r...+upload+script

http://www.google.com/search?hl=en&r...ar&btnG=Search

http://www.google.com/search?hl=en&r...ad&btnG=Search
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-12-2007, 08:52 AM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
Ok, well you obviously did not read the post, NO CGI or Perl, ROR is another type of perl. even PY would be fine, but i dont know any PY
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 05-12-2007, 09:39 AM Re: OMFG, this is pissing me off so badly!!
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
Dude, you simply cannot do that ALONE !

Ajax is juat a way to send a request to a server.
As php CANNOT do this, you have to use perl or python with cgi to handle the upload, and use php to report the advance.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 05-12-2007, 09:43 AM Re: OMFG, this is pissing me off so badly!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
I don't see where I mentioned CGI, Perl, Ruby, PHP, ASP, ColdFusion, Python, Java, ASP.NET or any other version of any server side code YOU HAVE TO USE TO UPLOAD FILES.

It's merely a bunch of searches and then it's your choice after that.

Maybe you should learn how searches work.

http://www.google.com/search?hl=en&q...rl&btnG=Search

http://www.google.com/search?hl=en&q...bar+-cgi+-perl
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-12-2007, 08:33 PM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
I know that it is possible to do it alone with flash. I have
seen it and i have an example i cannot find. so how can you do that with a form?
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 05-12-2007, 09:59 PM Re: OMFG, this is pissing me off so badly!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
let's go through the things that cannot be done and see what's left.

You cannot upload a file from a browser without using some server side code to receive and save the file.

Server side code cannot interact with the browser to update a progress bar.

So whatever client side script you are going to use for the progress bar has to have some server side method of receiving the file.

The other option is to use a browser based FTP client such as RAD Upload This particular one is Java based (not javascript ) so does need the Java Runtime Environment installed.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-14-2007, 12:50 PM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
Ok, let me ask you a question. What type system does megaupload.com use? Like is it CGI Perl Python
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!

Last edited by microcolt; 05-14-2007 at 12:56 PM..
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 05-14-2007, 08:18 PM Re: OMFG, this is pissing me off so badly!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Looks to be a Java FTP client for the toolbar

and the server side stuff, probably PHP (site runs on Apache)
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-15-2007, 07:45 PM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
Quote:
Originally Posted by chrishirst View Post
Looks to be a Java FTP client for the toolbar

and the server side stuff, probably PHP (site runs on Apache)
no, i mean, what do they use for there uploading system on there front page
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Old 05-15-2007, 08:18 PM Re: OMFG, this is pissing me off so badly!!
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Under where it says
Quote:
Select file to send (maximum 500 MB)
??

If yes, PHP does the upload and the "progress bar" is faked using javascript and Flash.

View the page source and read the javascript.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-16-2007, 06:13 PM Re: OMFG, this is pissing me off so badly!!
The PHP Professor

Posts: 340
Name: Alex
Location: Behind You
Trades: 0
ok. 1. how do you fake a progressbar? and 2. i dont think that it is faked, try uploading a file bigger that 10.00MB and look and you will see that it is counting the time left and the amount of MB already uploaded.

so how?
__________________
Go Kirby! <(" . "<) (^" . "^) (>" . ")> Talkupation!
microcolt is offline
Reply With Quote
View Public Profile Visit microcolt's homepage!
 
Reply     « Reply to OMFG, this is pissing me off so badly!!
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.51675 seconds with 12 queries