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

objective c - Can't build GCM with Protobuf in Xcode -

ember.js - EmberJS Model find not up-to-date with underlying store -

javascript - jQuery iScroll clickable list elements while retaining scroll? -