News Feed
Jobs Feed
Sections




News Archive
Thomas Weidner's Blog:
Zend_File_Transfer examples or using validators to increase security
July 24, 2008 @ 13:41:47

Thomas Weidner has posted about a method he's come up with to help protect you and your site when uploading files through the Zend_File_Transfer component from the Zend Framework.

The new Zend_File_Transfer component is growing day for day. As incredible new feature this component allows to use file validators. These are necessary to increase security and allow to define rules for file uploads (and also downloads in future).

He illustrates with a simple Zend_File_Transfer object that uses an addValidators call to limit the size of the upload to 50 KB. Other validation rules include count (the number of files to expect), extension, filessize and imagesize. Using these he makes a "more secure" upload object setting the size to 205KB, to expect five files that are all under 1MB and are of the types gif/jpg/png.

0 comments voice your opinion now!
zendfiletransfer component zendframework secure validator


blog comments powered by Disqus

Similar Posts

Anthony Ferrara's Blog: In Response To: Building Secured Web Applications Using PHP - The Basics

PHPMaster.com: ClamAV as a Validation Filter in Zend Framework

Zend Developer Zone: Data-centric Adobe Flash Builder development with the Zend Framework

PHPMaster.com: Under the Hood of Yii’s Component Architecture, Part 2

Thomas Weidner's Blog: Zend_File_Transfer examples or using validators to increase security


Community Events











Don't see your event here?
Let us know!


conference example symfony2 functional database framework zendframework2 opinion series language testing rest podcast community usergroup development release interview phpunit introduction

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework