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
Post a Comment