|
|
|
รบกวนสอบถาม วิธีการเขียนโค้ด อัปโหลด และ ดาวโหลด เอกสารครับ ASP.net ,MS-server #web(ASP.Net) |
|
|
|
|
|
|
|
สมัยนั้น (ตอนผมยังเด็กเด็ก)
--- สมัยนี้ไม่มีอีกแล้ว (Source code ห่วยฯ แบบที่ผมเคยเขียนเอาไว้)
ให้คุณดูเพื่อหัวเราะเล่นฯ
Code (VB.NET)
[ strJS.Append("$('.dpk').datepicker({")
strJS.Append(" showOn: 'button',")
strJS.Append(" onClose: function(dateText, inst) { $(this).attr('disabled', false); },")
strJS.Append(" beforeShow: function(dateText, inst) { $(this).attr('disabled', true); },")
strJS.Append(" buttonImage: './Icon/Calendar.png',")
strJS.Append(" buttonImageOnly: true,")
strJS.Append(" dateFormat: 'dd/mm/yy',")
strJS.Append(" monthNames: [ 'มกราคม', 'กุมภาพันธ์', 'มีนาคม', 'เมษายน', 'พฤษภาคม', 'มิถุนายน', 'กรกฏาคม', 'สิงหาคม', 'กันยายน', 'ตุลาคม', 'พฤศจิกายน', 'ธันวาคม' ],")
strJS.Append(" buttonText: 'เลือกวันที่'")
strJS.Append("}).inputmask('dd/mm/yyyy', {'placeholder': 'dd/mm/yyyy'});")
strJS.Append("$('.ui-datepicker-trigger').css('height', '20px');")
strJS.Append("$('.ui-datepicker-trigger').css('cursor', 'pointer');")
strJS.Append(" var gv =" & "document.getElementById('" & "hackH" & "')" & ";")
strJS.Append(" if (gv !=null) {")
strJS.Append(" var height = isNaN(window.innerHeight) ? window.clientHeight : window.innerHeight;")
strJS.Append(" gv.style.height= (height-86) +'px';") 'content - head - footer
strJS.Append(" }")
'strJS.Append(" }")
strJS.Append(" window.onresize = (function(event){")
strJS.Append(" if (gv !=null) {")
strJS.Append(" var h = isNaN(window.innerHeight) ? window.clientHeight : window.innerHeight;")
strJS.Append(" gv.style.height= (h-86) +'px';")
strJS.Append(" }")
strJS.Append(" });")
strJS.Append(" $('.GridViewHack').on('scroll', function () {")
strJS.Append(" });")
strJS.Append("});")/vb]
Code (VB.NET)
[vb] strJS.Append("function hookFileClickIN() {")
strJS.Append(" document.getElementById('" & UploadImageProfile.ClientID & "').click();")
strJS.Append("}")
strJS.Append("function fnOnChange(obj) {")
strJS.Append(" document.getElementById('" & hdfUploadImageProfile.ClientID & "').value = obj.value;")
strJS.Append(" PageMethods.SetSessionValue('UserName', userName, null, null);")
strJS.Append("}")
strJS.Append("function ShowImagePreview(input) {")
strJS.Append(" if (input.files && input.files[0]) {")
strJS.Append(" var reader = new FileReader();") 'HTML5 FileReader
strJS.Append(" reader.onload = function (e) {")
strJS.Append(" if ('2'=='" & hdfImageProfileFlag.Value & "') {")
strJS.Append(" $('#" & Img1.ClientID & "').prop('src', e.target.result);")
strJS.Append(" } else {")
strJS.Append(" $('#" & imageProfile.ClientID & "').prop('src', e.target.result);")
strJS.Append(" }")
strJS.Append(" };") '/reader.onload = function (e)
strJS.Append(" reader.readAsDataURL(input.files[0]);")
strJS.Append(" }") '/input.files && input.files[0]
strJS.Append("}")
สมัยใหม่ไม่เป็นแบบนี้แล้ว (ดีกว่าเดิม >1000 เท่า)
|
|
|
|
|
Date :
2016-09-15 15:34:44 |
By :
หน้าฮี |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
บทความนี้ครับ
ASP.NET Upload file to Database
|
|
|
|
|
Date :
2016-09-15 17:31:54 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
เพิ่ม Permission ในโฟเดอร์ MyFiles ให้เป็นแบบ Everyone -> Full Controls
|
|
|
|
|
Date :
2016-09-16 09:35:05 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Date :
2016-09-16 17:26:26 |
By :
mr.win |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 02
|