Multiple file upload in Visual Studio 2013

This post is intended to explain multiple file uploads in asp.net without using any third party controls or framework. This new enhanced control was introduced in Visual Studio 2012 and working smartly with enhanced .net framework with Visual Studio 2013 [More]

File Size mismatch on FTP and local machine

Always prefer to use Binary mode in FTP transfers wherever it is possible. It guarantees you to copy all bytes of files and save you from any image file corruption. Generally image files like jpg, jpeg, tiff etc get corrupted when they are transferred in text mode.
This post is the second one of Troubleshooting series [More]