It looks like you're new here. If you want to get involved, click one of these buttons!
<link rel="stylesheet" type="text/css" href='<%#ContextPath %>Js/jquery-uploadify/uploadify.css'>
<script type="text/javascript" src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script type="text/javascript" src='<%#ContextPath %>Js/jquery-uploadify/jquery.uploadify-3.1.min.js'></script>
<script type="text/javascript">
document.addLoadEvent($(function () {
$('#file_upload').uploadify({
'swf' : '<%#ContextPath %>Js/jquery-uploadify/uploadify.swf',
'targetFolder': 'Images/bigone',
'formData' : { 'ID': '<%=CurrentID %>' },
'uploader' : '<%#ContextPath %>Member/ImageUpload.ashx'
// Your options here
});
})
);
</script> context.Response.ContentType = "text/plain";
context.Response.Expires = -1;
string folderanme = context.Request["targetFolder"];
string folderanme = context.Request["targetFolder"];'formData' : { 'ID': '<%=CurrentID %>' },
string query1 = context.Request.QueryString["ID"].ToString();