jquery blueimp submits the file to a URL? -


i trying implement blueimp's file uploader in sample code. observed form tag follows:

<form id="fileupload" action="//jquery-file-upload.appspot.com/" method="post" enctype="multipart/form-data"> 

so, action attribute specifies location on internet. mean files selecting upload being submitted url?

please me understand.


Comments

Popular posts from this blog

Perl - how to grep a block of text from a file -

delphi - How to remove all the grips on a coolbar if I have several coolbands? -

javascript - Animating array of divs; only the final element is modified -