Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Want to read a file before uploading into the server.

    Hi Team,

    I want to read a file before uploading into the server.
    Is there method or properties which help us to read the data when we choose (Browse) file.

    Thanks

    #2
    This can be done via the HTML5 File API, although browser support is imperfect, in particular, IE9 doesn't support it at all. Because of this limited support, we have not yet provided a SmartClient wrapper around the capabilities, but you can use HTML5 directly if you wish.

    Comment


      #3
      Hi Team,

      As per our actual requirement there is any API or method or something which help us to upload a file or files without using browse.
      If I give a static path in background and all the files is upload through that path without using browse button.

      Thanks

      Comment


        #4
        Hi vikashdwi,

        for security reasons no browser allows this, so no page can support this.

        Best regards
        Blama

        Comment

        Working...
        X