Hi I have saw a lot of documents on the google search and found many pages to discuss php / python (like jQuery File Upload Demo) etc.. However I didn't see anything about ASP.NET for C# or VB(not MVC),so anyone can help me to give me any slim clue, Hopefully give me full example code or reference URL that it is included CRUD, by the way I will be continuing search and try to deal with this issue
Ps: CRUD means to create/read/update/delete
I have tried this sample but I had get some error messages as following pictures
I have found my question and I've tried to fix my problem as following steps.
1. To modify url at the main.js
$(function () {
'use strict';
// Initialize the jQuery File Upload widget:
$('#fileupload').fileupload({
url: 'server/******/' // to your cs location
});
2.To check all Css and JQuery that are address is okay to get script