Skip to content

Example file upload progress monitoring in Zend Framework 1.11.3

Notifications You must be signed in to change notification settings

marcinwol/zfupload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABOUT
======

Example Zend Framework application demonstrating usage of Zend_ProgressBar 
and jquery progressbar (http://t.wits.sg/jquery-progress-bar/) for 
monitoring progress of file uploads in Zend Framework 1.11.3.


INSTALATION
===========

The application contains full Zend Framework 1.11.3. 

Since file uploads are done to the folder APPLICATION_PATH/uploads, the application
tries to create this folder if it does not exists. For this reason APPLICATION_PATH
should be writable, or uploads folder created manually with necessary rights.

The application also requires 'uploadprogress' PECL package (http://pecl.php.net/package/uploadprogress/)
since it uses 'uploadprogress_get_info' function for getting the information about
upload progress. 


About

Example file upload progress monitoring in Zend Framework 1.11.3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages