Keeps saying i have no space on the disk when uploading image

Discussion in 'ASP.NET / ASP.NET Core' started by billy111, Feb 24, 2010.

  1. Hi everyone,

    I am having a major issue, which is effecting a bit website. Its hosted by DiscountASP.

    I have an admin section when i allow users to upload images to galleries. This was working before but now i get an error message saying:-

    Now i have checked in the control panel, and it shows:-

    So this means i have LOADS of free space, so why am i getting this error message?

    I upload images typically by using code like so:-

    PHP:
                    string filePath HttpContext.Current.Server.MapPath("images") + "\\";
                    
    Directory.CreateDirectory(filePath);
                    
    FileUpload1.SaveAs(filePath "\\" FileUpload1.FileName.ToString());
    This code worked fine, but now i get these errors. Can someone please help??

    Thanks
    Billy
     
  2. mjp

    mjp

  3. I have the same problem where we are attaching any Document files.

    I did generated a Support Ticket and they said me to check my User quota which is as u have mentioned..same with me..there is still a lot of space.

    pllzz...Let me know if anyone know the solution.



    Jesha
     

Share This Page