Visualizzazione dei risultati da 1 a 2 su 2

Discussione: Errore upload file

  1. #1
    Utente di HTML.it
    Registrato dal
    Jul 2006
    Messaggi
    3,072

    Errore upload file

    da cosa può dipendere questo errore


    Could not find a part of the path 'c:\inetpub\wwwroot\attachment\'.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.DirectoryNotFoundException: Could not find a part of the path 'c:\inetpub\wwwroot\attachment\'.

    Source Error:


    Line 180: if (FileSize >= 0)
    Line 181: {
    Line 182: txtUpload.PostedFile.SaveAs(Server.MapPath("\\atta chment\\" + FileName));
    Line 183: }
    Line 184: }


    Source File: c:\WebApplications\Newsletter.aspx.cs Line: 182


    la cartella esiste!!

    ed ha permessi everyone

    thanks

  2. #2
    Utente di HTML.it
    Registrato dal
    Jul 2006
    Messaggi
    3,072
    Cosa sbaglio???

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.