عرض مشاركة واحدة
قديم 02-13-2011, 09:54 PM   رقم المشاركة : 2 (permalink)
معلومات العضو
Tn-Sn!PeR
 
الصورة الرمزية Tn-Sn!PeR
 

 

 
إحصائية العضو








Tn-Sn!PeR غير متواجد حالياً

إرسال رسالة عبر MSN إلى Tn-Sn!PeR

 

 

إحصائية الترشيح

عدد النقاط : 11
Tn-Sn!PeR is on a distinguished road

افتراضي


أخي حاول مع هذا الكود : :wink2:


كود PHP:
<HEAD>

<
SCRIPT LANGUAGE="JavaScript">
<!-- 
Original:  ArjoGodShauna Merritt -->
<!-- 
Modified By:  Ronnie TMooreEditor -->

<!-- 
This script and many more are available free online at -->
<!-- 
The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
extArray 
= new Array(".gif"".jpg"".png");
function 
LimitAttach(formfile) {
allowSubmit false;
if (!
file) return;
while (
file.indexOf("\\") != -1)
file file.slice(file.indexOf("\\") + 1);
ext file.slice(file.indexOf(".")).toLowerCase();
for (var 
0extArray.lengthi++) {
if (
extArray[i] == ext) { allowSubmit true; break; }
}
if (
allowSubmitform.submit();
else
*****("Please only upload files that end in types:  " 
+ (extArray.join("  ")) + "\nPlease select a new "
"file to upload and submit again.");
}
//  End -->
</script>
</HEAD>

<!-- STEP TWO: Copy this code into the BODY of your HTML ********  -->

<BODY>

<center>
Please upload only images that end in:  
**********
********.write(extArray.join("  "));
</script>
<p>

<form method=post name=upform action="/cgi-bin/some-script.cgi" enctype="multipart/form-data">
<input type=file name=uploadfile>
<p>
<input type=button name="Submit" value="Submit" onclick="LimitAttach(this.form, this.form.uploadfile.value)">
</form>
</center>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsource.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size:  1.55 KB --> 

لا أعلم إن كان يشتغل :go:

   

رد مع اقتباس