Results 1 to 4 of 4

Thread: Unable to save file (Error 1120)

  1. #1
    Join Date
    Apr 2009
    Posts
    64

    Unable to save file (Error 1120)

    I have installed ASP SmartUpload. All the DLL files are stored on the server, I am checking all for uploading practice, but whenever i checked for this it gives me an error saying that "Unable to save file Error 1120". and I am also sure that i have properly assign I_USR permissions to all the Object.

    Does anyone has any idea why this is happening.

    Thanks

  2. #2
    Join Date
    Oct 2008
    Posts
    167

    Re: Unable to save file (Error 1120)

    You need to specify the correct path for the folder name Karcher in the same place as the current asp file.

    I find this code from the internet.
    I tried the following line of code:

    intCount = mySmartUpload.Save("Karcher/Upload")

    and replaced it by:

    intCount = mySmartUpload.Save("/Karcher/Upload").

  3. #3
    Join Date
    Jan 2009
    Posts
    143

    Re: Unable to save file (Error 1120)

    To get rid of this problem you need to assign some root level permission and i think this permissions not would be at the machine or operating system level; but would be at the IIS level.

  4. #4
    Join Date
    Dec 2008
    Posts
    202

    Re: Unable to save file (Error 1120)

    Timothi was right, these permissions were at the IIS level this is because i have set R/W permissions from server and site admin for both IIS ftp server and IIS web server. and i run the following script on the server.

    Code:
    <SCRIPT LANGUAGE=vbscript RUNAT=Server>
    DIM conn
    DIM dsn
    DIM rs
    Dim mySmartUpload
    Dim intCount
    Dim fname
    
    
    Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
    
    //uploading attachment file to the server
    
    mySmartUpload.Upload
    intCount = mySmartUpload.Save("abdul/attch")
    
    For each file In mySmartUpload.Files
    fname=file.FileName
    Next
    remaining code can not show due to characters limitation on post
    
    </SCRIPT>

Similar Threads

  1. Unable to save PDF file on Safari 5.1.2
    By Here-There in forum Technology & Internet
    Replies: 7
    Last Post: 04-05-2012, 03:35 PM
  2. unable to save resume file in Torrent
    By TechPredator in forum Technology & Internet
    Replies: 8
    Last Post: 13-09-2011, 11:41 PM
  3. Unable to Save A File In Java
    By D_chapple in forum Software Development
    Replies: 5
    Last Post: 08-03-2010, 09:41 PM
  4. Unable to save file in Notepad++
    By Cade in forum Windows Software
    Replies: 5
    Last Post: 17-02-2010, 03:33 AM
  5. Unable to save the file, file is too large
    By Suzane in forum Technology & Internet
    Replies: 2
    Last Post: 28-05-2009, 11:16 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,751,539,597.86106 seconds with 16 queries