JsHttpRequest Support forum jshttprequest Process regular and file upload AJAX requests This package can be used to process regular and file upload requests. It provides: - Cross-browser compatibility - Submit file uploads to the server without page reloading - Multidimensional data exchange in ...
This class can be used to browse files uploaded via Web forms using AJAX methods to send the files without reloading the form page. There is auxiliary Javascript code that can upload in the background a file that the users chooses in a Web page form and updates the upload message status in the page ...
Safe Upload Support forum safe_upload Process files uploaded via Web forms This class can be used to process files uploaded via Web forms. It checks a given uploaded file and performs several checks before processing it like: checking the file name against a black list of banned names, check if ...
This class can be used to track file upload progress. It can generate an identifier to track that the file upload that should be used in the HTML form as a hidden field. When the upload form is submitted, PHP can associate the file being uploaded with the generated identifier, so the class can retrieve ...
Some errors were found in these objects have been suspended for the support, not used anymore. Stncweb.net ----------------------------------------------------------------- * You can specify that you want to upload the file extension. * Size calculation can only image files, you can get the properties ...
DBNavigator Support forum dbnavigator Browse and edit data stored in a MySQL database This package can be used to browse and edit data stored in a MySQL database. It generates an AJAX Web based interface to edit, insert, search rows of MySQL database tables. It can be used to update and delete multiple ...
This class allows you to securely upload files. It checks the files against a specified list of requirements and carries out the upload process. It can validate uploaded files against a list of allowed file types, and a minimum or maximum size. It can use PHP image functions to verify that images are ...
This package can be used to provide a Web interface to manage site resources. It provides a modular AJAX based user interface to execute tasks to manage different types of site resources. It comes with several plug-in modules and can be extended with additional plug-ins. Currently it comes with modules ...
Datalus Support forum datalus Build Web applications from XML definitions This package is a Web application development framework. BE AWARE: This code is almost 3 years old, and has been rewritten, from scratch for a smaller, cleaner 2.0 version with more features which I'm very excited to release ...
This class can manage uploads of image files. It can process uploaded files perform several types of checks to validate the files like if there was an upload error, the limit of file size, accepted file name extensions and MIME types. Valid uploaded files are moved to a destination directory. Image ...