create upload progress bar using zend and jquery - php

i have to create upload center site like speedyshare.com with zend but i don't have any idea how to create progress bar to show upload progress .
any idea or a tutorial to doing this ?

I used this: http://www.uploadify.com/

Claire Sosset from the CENTURION team has an answer for you HTML5 Multiple File Upload with Progress Bar.
Tell us if it helped you.

Try FancyUpload: http://digitarald.de/project/fancyupload/

Related

image preview on html video

hello I want to build a video web site, where the videos once you pass your mouse over the progress bar you could see a image preview of the video you are watching like youtube for example , so I want to know please what is the better way to do this on php and jquery.
There are some out-of-the-box alternatives, like JWPlayer. It's very flexible there's an example of what you're trying to do here.

get upload progress in yii & bootstrap

I'm using yii-bootstrap to display the progress of a file that is being uploaded in an iframe:
<?php $this->widget('bootstrap.widgets.TbProgress', array(
'type'=>'info',
'percent'=>40,
'striped'=>false,
'animated'=>false,
)); ?>
Is there a native way to find out the progress of the file that is being uploaded in Yii? I don't want to use a Yii extension as I have everything written and uploading correctly already, I just need to display the progress. So really I just need the percentage value.
As Sergey said, it's not possible in pure php to display the progress of an upload. But you could use Javascript to do it.
Here's an example in php and javascript that you could adapt to your need:
A Simple PHP Upload Progress Bar

How do you make a progress bar for file upload progress?

Hey guys i'm making a file upload and i can't figure out how i would make a progress bar for it. Does anyone have a resource or reference page which i can look at or even better some source code that works?
Have a look at this:
http://www.uploadify.com/
It is easy to use jquery and php uploading method. you can upload multiple files at a time.
plus you can view their upload progress through a progress bar.
its easy to integerate. the link includes documentation and demo.
here is another link to a beautiful GUI Ajax uploader:
http://www.plupload.com/
You would love it. just browse for and select files to upload. it shows there progress while uploading.
Hope this helps.
There are many options. Try Uploadify, a jQuery plugin for upload progress bars. Specifically, the download includes a PHP example.

Add photo Bucket to my phpfox site

I need to add photo bucket in to my site. i already added flicker photo import module in my site. But need to add photo bucket as well.
How can i do this?
need some help.
Thanks
Akila
Sounds like you mean a photobucket slideshow. You can create your slideshow here:
http://photobucket.com/slideshows
I think you are looking for slider on HTML pages.
Have a look at the following tutorials to apply photo slider on your images.
http://www.buildinternet.com/project/supersized/
http://www.dreamcss.com/2009/04/create-beautiful-jquery-sliders.html
Hope this will Help..
Thanks!
Hussain

upload progress bar

I use php,jquery .
I have a form where in a user uploads multiple files . when he cliks on submit . everything must get uploaded. and a progress bar must show how much of each image is uploaded.
how do i do the progress bar thing for each image ?
answer
check this also
I recommend Uploadify, does everything you want and more. Easy to implement and can be used in commercial projects. Cheers!

Categories