Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. while using blank file , fileUpload doesn't work.

while using blank file , fileUpload doesn't work.

Scheduled Pinned Locked Moved ASP.NET
sysadmintutorial
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Priyagdpl
    wrote on last edited by
    #1

    Hi, if (FileUpload1.HasFile == true) { FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/Emp/" + FileUpload1.FileName.ToString())); } If file is not blank, then this code work fine. but if the file is blank then it doesn't. Is there any Solution for this. or tell me how to check whether file (File can be of any type) is blank or not. Thanx. :)

    A 1 Reply Last reply
    0
    • P Priyagdpl

      Hi, if (FileUpload1.HasFile == true) { FileUpload1.SaveAs(Server.MapPath("~/AdminSection/Attachment/Emp/" + FileUpload1.FileName.ToString())); } If file is not blank, then this code work fine. but if the file is blank then it doesn't. Is there any Solution for this. or tell me how to check whether file (File can be of any type) is blank or not. Thanx. :)

      A Offline
      A Offline
      Arun Jacob
      wrote on last edited by
      #2

      Priyagdpl wrote:

      or tell me how to check whether file (File can be of any type) is blank or not.

      Check FileUpload1.FileBytes.Length or FileUpload1.FileContent.Length for validating the file size. :-D

      Arun Jacob http://codepronet.blogspot.com/

      P 1 Reply Last reply
      0
      • A Arun Jacob

        Priyagdpl wrote:

        or tell me how to check whether file (File can be of any type) is blank or not.

        Check FileUpload1.FileBytes.Length or FileUpload1.FileContent.Length for validating the file size. :-D

        Arun Jacob http://codepronet.blogspot.com/

        P Offline
        P Offline
        Priyagdpl
        wrote on last edited by
        #3

        Really Thanx... Its Work Fine... :)

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups