CodeUnit How to allow File Uploads when using jQuery Mobile December 16, 2011 by Craig Lotter No Comments With the release of the powerful jQuery Mobile 1.0 framework, it is now becomes possible for pretty much anyone to crank out an uber slick... Read More
CodeUnit PHP: File Upload Error Code November 21, 2010 by Craig Lotter No Comments When handling file uploads via enctype="multipart/form-data" forms in PHP, you'll be pleased to know that PHP doesn't just leave you high and dry but instead... Read More
CodeUnit Web on the BlackBerry: Customize File Upload Input Style December 21, 2009 by Craig Lotter No Comments One such system that we currently run at the Manchester Airports Group came back to report that the photo upload button was in fact not... Read More
Programming jQuery: Simple Validate of a File Upload Field July 8, 2009 by Craig Lotter No Comments Question: How do I validate if a user has selected a file to upload before submitting my upload form? Answer: Simply check that it’s value... Read More