Hello,
I cannot create upload progress bar with php.I am a new php programmer.Have any idea?Please help me.
Thanks
Amit
Hello,
I cannot create upload progress bar with php.I am a new php programmer.Have any idea?Please help me.
Thanks
Amit
Hi,
PHP is a server-side language, so is unable to display the progess of an upload in the browser. To do so would require a client-side language, such as JavaScript. One good example that I have been using recently is SWFUpload. Give that a look.
R.
Hello robothy,
I have read SWFUpload tutorial but i have no resource found that is helpful for me...
Please help me...
Thanks
Amit
(Sorry for poor english)
Hi Amit,
This blog post explains it in a nutshell.
http://blog.stevensanderson.com/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/
R.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.