عرض مشاركة واحدة
منتديات طلاب وطالبات جامعة الملك عبد العزيز منتديات طلاب وطالبات جامعة الملك عبد العزيز
قديم 18-03-2013, 10:42 PM   #9

لعيون يوزرات

جامعي

الصورة الرمزية لعيون يوزرات

 
تاريخ التسجيل: Sep 2012
التخصص: إعلام / علاقات عامة
نوع الدراسة: إنتساب
المستوى: الثالث
الجنس: ذكر
المشاركات: 280
افتراضي رد: ضرووووري والله بخصوص التقديم

This error can occur if IUSR_MachineName lacks appropriate permissions on the folder where you are writing the file; if the folder you are trying to write to does not exist; if you are trying to write to a folder on Windows XP or greater, that has disk quota management enabled and has met or exceeded its limit; or, if the file you are trying to write already exists.

To fix the IUSR_MachineName permissions issue, make sure Windows knows that IUSR should be able to read/write/modify within that folder (or choose a different folder).

To fix the missing folder issue, you can use FileSystemObject's FolderExists() method; if the folder doesn't exist, you can create it or choose a different folder.

To fix the quota issue, you have a variety of options: disable quota management, increase this quota setting, delete some files, save the files to a different location, ...

To fix the pre-existing file issue, you can use FileSystemObject's FileExists() method; if the file you are trying to save already exists, you can either return a graceful error message to the user, or save the file with a different name.

المهم ان م عرفت للحل اللي فوق غير اللاب
المشكله فيه

 

لعيون يوزرات غير متواجد حالياً   رد مع اقتباس