file uploads

virus scanning as a service – looking for feedback - Michael K...

Planet PHP  Sun, 06/19/2011 - 10:29

I’m looking for feedback on a project idea.

 This grew out of a project I did last year that involved a lot of user file uploads that are then downloadable by others.

 Virus scanning needed to be part of the process, but I couldn’t find a good service out that that offered this.

 I did find one, but they explicitly forbid commercial use of the service, which somewhat took it of the table.


 

QaFoo.com: Testing file uploads with PHP

PHPDeveloper.org  Mon, 12/13/2010 - 13:53

On the QaFoo.com site Manuel Pichler has posted a new tutorial about using unit testing, specifically with PHPUnit (really ending up on phpt) to test and be sure that your file upload handling is working correctly.


 

Upload Progress in PHP trunk - Johannes Schlüter

Planet PHP  Fri, 12/03/2010 - 12:31

File uploads via HTTP are an annoyance. Web Browser know quite a lot but still the give little feedback to the users.

Some a bit more, most close to no feedback. Now over the years this led to man unhappy users. Over the last year, with all these AJAX things, solutions emerged so that one can periodically poll the web server on a second connection for the status.

For implementing this we have one architectural problem: PHP implements, for very good reasons, a shared nothing architecture.


 

ProDevTips.com: Multiple File Uploads with XHR and PHP

PHPDeveloper.org  Tue, 10/26/2010 - 09:08

New on ProDevTips.com there's a quick tutorial that includes a snippet of code showing you how to upload larger images with the help of HTML5 and this Ajax uploder.


 

Zend Developer Zone: File uploads with Adobe Flex and Zend AMF

PHPDeveloper.org  Fri, 10/22/2010 - 11:25

On the Zend Developer Zone there's a post looking at uploading files in a Adobe Flex-based application that uses a slightly different than usual approach to uploading files through Zend_Amf.


 

PHP.net: PHP 5.2.12 Released!

PHPDeveloper.org  Thu, 12/17/2009 - 08:24

The PHP group has announced the release of the latest version in the 5.2.x series for PHP - 5.2.12:


 

Google Wave: Do You Think It Will Succeed?

Mashable!  Wed, 09/30/2009 - 16:21

We’re just a few hours away from the launch of Google Wave.


 

SitePoint.com: How To Handle File Uploads With PHP

PHPDeveloper.org  Fri, 07/10/2009 - 09:25

New on the SitePoint "PHP & MySQL Tutorials" blog today Kevin Yank has posted another excerpt from the "Build Your Own Database Driven Website Using PHP and MySQL" looking at handling file uploads in PHP.