עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

לא מצליח למחוק קובץ מספריה בפרויקט ASP.NET

Featured Replies

פורסם

יצרתי קטע קוד שלוקח קובץ מהדיסק הקשיח שלי ומוסיף אותו לספריה אצלי בתוך הפרויקט

זה הקוד:


PictureUpload.PostedFile.SaveAs(Server.MapPath(".") + "//ProfileImages//" + pictureFileName);

ובאמת הוא מוסיף אותו לספריה בשם ProfileImages

עכשיו אני רוצה לפני שאני מוסיף קובץ חדש בשם אחר אני רוצה למחוק את הקובץ הישן ולשים חדש

הבעיה היא שאני לא מצליח למחוק אותו

זה הקוד שעשיתי:

ניסיתי אפילו למחוק את כל הקבצים בספריה אבל הוא לא מתייחס

כלום...


string Path = "~//ProfileImages//Untitled.jpg";
FileInfo file = new FileInfo(Path);
if (file.Exists)
{
file.Delete();
}

שום כלום

לא יודע למה

פורסם
  • מחבר

הצלחתי אפשר לנעול

פורסם

וידאת שהקוד שלך לא חשוף לתקיפת Directory Traversal?

הדבר הנכון לעשות הוא לכלול את כל ה-path בתוך הקריאה ל-MapPath, דהיינו:

PictureUpload.PostedFile.SaveAs(Server.MapPath(".//ProfileImages//" + pictureFileName));

וחוץ מזה לוודא ש-pictureFileName לא מכיל תווים שיאפשרו את התקיפה הנ"ל (נקודות וסלאשים).

נערך על-ידי שניצל

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.