Im using HttpFileCollection to upload multiple files to folder.
 HttpFileCollection hfc;
  HttpPostedFile hpf;
But in Godaddy server this is not supporting . So how can i upload multiple files to folder in other way  using Fileupload control in asp.net. Can i upload multiple files (fileupload control) to server folder using FTP ?