ajax file upload

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ilayacute
    New Member
    • Aug 2008
    • 17

    ajax file upload

    hi i want to use file upload option using ajax im newer to ajax. can any one guide me to finish that work or post me the simple ajax file upload script for asp?i want to logic for, when i click the upload button, url of the file should be display on the same page? please guide me
  • iam_clint
    Recognized Expert Top Contributor
    • Jul 2006
    • 1207

    #2

    Some browsers won't allow for this to happen due to security risks that using fso has on sites.

    Comment

    • ilayacute
      New Member
      • Aug 2008
      • 17

      #3
      ajax file upload

      hi,
      i want to upload files to server using sql, asp or sql, ajax.i searched some of the script and i couldn't use the script to my application. please can any one suggest me the link or simple script for file upload? im a learner so i dont know what i do? also give some tips for learning links....thank u

      Comment

      • ilayacute
        New Member
        • Aug 2008
        • 17

        #4
        thank u but i want code in asp please

        Comment

        • acoder
          Recognized Expert MVP
          • Nov 2006
          • 16032

          #5
          Threads merged. Please do not double post your questions. Thanks.

          Moderator.

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            Originally posted by iam_clint
            http://www.codeproject.com/KB/aspnet/AJAXUpload.aspx
            Some browsers won't allow for this to happen due to security risks that using fso has on sites.
            That would only work in IE with ActiveX enabled. I'd say pretty useless in most cases unless it's an intranet/trusted user application.

            Comment

            • acoder
              Recognized Expert MVP
              • Nov 2006
              • 16032

              #7
              Originally posted by ilayacute
              please can any one suggest me the link or simple script for file upload? im a learner so i dont know what i do? also give some tips for learning links....thank u
              If you're new to JavaScript, perhaps you should look at learning JavaScript first before attempting this. See the Offsite Links thread at the top of this forum. For a simple example of client-side file upload, see this example.

              For the ASP part, ask in the ASP forum.

              Comment

              • ilayacute
                New Member
                • Aug 2008
                • 17

                #8
                Originally posted by acoder
                If you're new to JavaScript, perhaps you should look at learning JavaScript first before attempting this. See the Offsite Links thread at the top of this forum. For a simple example of client-side file upload, see this example.

                For the ASP part, ask in the ASP forum.
                thanks for your advice....welco me

                Comment

                • acoder
                  Recognized Expert MVP
                  • Nov 2006
                  • 16032

                  #9
                  No problem. So is your problem solved?

                  Comment

                  • ilayacute
                    New Member
                    • Aug 2008
                    • 17

                    #10
                    Originally posted by acoder
                    No problem. So is your problem solved?
                    not yet but i have to learn something.....i t was my eager thats why i asked

                    Comment

                    Working...