Welcome to the tutorials of Pure PHP Upload 2.
In this list of tutorials you will learn how to create a file upload, restrict certain files or sizes of files from being uploaded, upload files and insert them in a database and much more...
In this list of tutorials you will learn how to create a file upload, restrict certain files or sizes of files from being uploaded, upload files and insert them in a database and much more...
In this tutorial we will explain how to make your own progress bars and use them with Pure PHP Upload.
To make your own progress bar, you need to:
You will need the following three functions:
getProgressWindowSize
returns the size of the popup window where the progress bar is displayed. Enter a string with width and height.
Sample:
function getProgressWindowSize() { return "300,100"; }
getProgressWindowTitle
returns the title of the progress bar. To be used in the Pure ASP Upload choice list.
Sample:
function getProgressWindowTitle() { return "Blue Flash Progress Bar"; }
getProgressWindowFiles
returns a comma separated list of all files needed for the upload to work. This includes the current html file.
Sample:
function getProgressWindowFiles() { return "blueFlashProgress.htm,blue_progress.swf"; }
\Dreamweaver MX\Configuration\Shared\DMXzone\Pure PHP Upload\Progress Bars\
George Petrov is a renowned software writer and developer whose extensive skills brought numerous extensions, articles and knowledge to the DMXzone- the online community for professional Adobe Dreamweaver users. The most popular for its over high-quality Dreamweaver extensions and templates.
George is also the founder of Wappler.io - the most Advanced Web & App Builder