asp.net mvc - Javascript Uncaught type error undefined is not a function -


I am trying to include the video file upload feature on my website:

I I am following as I have been posted here:

I have included all the necessary libraries in my MVC project. In my opinion I have the title below:

  & Lt; Head & gt; & Lt; Title & gt; Video & lt; / Title & gt; & Lt ;! - Bootstrap core CSS - & gt; & Lt; Link href = "~ / scripts / jquery-lib / jquery.fileupload.css" rel = "stylesheet" /> & Lt; Script src = "/ script / jquery-lib / jquery-1.9.1.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "/ script / jquery-lib / jquery.ui.widget.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "/ script / jquery-lib / bootstrap.min.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script src = "/ script / jquery-lib / jquery.fileupload.js" type = "text / javascript" & gt; & Lt; / Script & gt; & Lt; Script type = "text / javascript" & gt; $ (Document) .ready (function () {$ ('# fileupload'). Fileupload ({dataType: 'json', url: '/ video / upload video file /? Isrc =' + 'HGTGHTGTYTGT', auto upload : True, done: function (e, data) {$ ('.file_name') .html (data.result.name); $ ('.file_type') .html (data.result.type); $ (' File_size ') Html (data.result.size);}}). (' Fileuploadprogressall ', function (e, data) {var progress = parseInt (data.loaded / data.total * 100, 10); $ (' Progress. '). CSS (' width ', progress +'% ');});}); & Lt; / Script & gt; & Lt; / Head & gt;  

When I load my web page, I get the following errors:

Uncustomed type error is an unsupported function that points to this section in the upload script Does: $ ('#philluploads'). Fileupload ({

I also get you the errors:

  Uncheck type error: does not add any function undefined: 96 unwanted references: jQuery is not defined Jquery. Ui.widget.js: 18 Uncaught ReferenceError: jQuery is not defined bootstrap.min.js: 6 Unqit type error: The property 'support' of undefined jquery.fileupload.js can not be read: 32 unwanted references: $ define Is not add: 95 Uncaught TypeError: the properties of the undefined jquery.fileupload.js are not read 'Support'. Can be found: 32 unwanted references: $ is not defined  

It seems that jQuery Open your browser debugger (F-12) and look at the Networks tab. Reload the page and see the 404 error.


Comments

Popular posts from this blog

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -