Internet Explorer file uploads with ASP.NET

So you’d think that uploading a file using the standard FileUpload control would be easy. Well there is a small problem. Using the following code you would expect ‘filename’ to contain just the filename of the file uploaded.

String filename;
filename = FileUpload1.PostedFile.FileName;

Read more

Colours in web development

I find picking colour schemes and applying a suitable palette for a site one of the toughest decision during the development stages. Thankfully many sites have appeared offering to relieve some of the stress of this.
Read more