jquery - How to drag and drop a text file for modification -
basically i'm writing pure client side jquery application. first step need input text file (html file specific). first want drag , drop file html element, improve if can displayed in element (like div or textarea). i'll have store content in variable because application used modify text. basic jquery can't this. found several jquery plugin can drag , drop uploade, didn't find 1 back upwards file modifying. know how this? don't need file upload function since pure client-side.
as blazemonger said, cannot accomplish goal on client side. did move file processing server side. on client side, utilize jquery file upload plugin file uploading.
jquery
No comments:
Post a Comment