Can we upload a file only with client side scripting?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • avdp211
    New Member
    • Oct 2007
    • 4

    Can we upload a file only with client side scripting?

    with out server side scripting, can we upload a file using only client side scripting with destination on server known and are aware of config file settings..?
  • deuce789
    New Member
    • Aug 2007
    • 31

    #2
    Refer to this post:
    Edit: link removed
    Last edited by acoder; Oct 29 '07, 01:06 PM. Reason: removed link

    Comment

    • avdp211
      New Member
      • Oct 2007
      • 4

      #3
      thanks for the reply.
      that is posted by me.I am trying different forums to get solution.

      Comment

      • deuce789
        New Member
        • Aug 2007
        • 31

        #4
        regardless of what forum you post this on, doing this with javascript is absolutely impossible :-)

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          deuce, it's good to see people answering questions and helping out, but I have removed the link you posted because it goes against the posting guidelines. Please see this section. Thank you.

          Comment

          • avdp211
            New Member
            • Oct 2007
            • 4

            #6
            Originally posted by deuce789
            regardless of what forum you post this on, doing this with javascript is absolutely impossible :-)
            Thanks for ur response..
            Ok . http put method,can the same be done using http put method?

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              If HTTP PUT is enabled and you have the pemissions, you could possibly use vbscript to upload the file, but it would only work in IE.

              Comment

              • avdp211
                New Member
                • Oct 2007
                • 4

                #8
                Originally posted by acoder
                If HTTP PUT is enabled and you have the pemissions, you could possibly use vbscript to upload the file, but it would only work in IE.
                that means without server side scripting, a file can be uploaded to the server using http put (if its enabled and in IE).can u give me more details..?
                Thanks in advance..

                Comment

                • acoder
                  Recognized Expert MVP
                  • Nov 2006
                  • 16032

                  #9
                  I hope this is for a specific user base, e.g. local intranet.

                  Try the code in this article.

                  Comment

                  Working...