FTP-upload with PHP, print simple percentage?

ITverlene

New Member
hey guys,i know there are a lot of "for-me-too-complicated" versions of progress-bars for php uploads out there. however i have only a really basic knowledge of php and i have no idea how to implement this stuff.i did a working file-upload script that transferres files from the user to my ftp-server. i'm using ftp_connect and ftp_put to do so.i wonder how complicated it is to print a SIMPLE percentage value on to the page, to let the user know how far the upload has progressed.i don't want any animated javascript stuff, just a simple percentage that shows the progress.do you know a tutorial or something, or can you maybe give me a little explanation how i could do that. at least which methods return a progress value.thank you in advance,matt
 
Back
Top