Questions tagged [jquery-upload-file-plugin]

Heyageek (Ravishanker Kusuma) jquery / ajax upload file plugin

Heyageek (Ravishanker Kusuma) jquery / ajax upload file plugin

Website

28 questions
2
votes
0 answers

security risks in php & jquery file upload

I have the following code for jquery file upload and resize image. In one of my previous posts another user has told that it is a security risk. Here is the code:
Pamela
  • 684
  • 1
  • 7
  • 21
2
votes
1 answer

why when i choose another file and submit, another request with the old file is sent?

Hi i'm using Jquery Upload plugin. I've got this problem: when i upload the first file this work fine,a single request is sent. But if i select a second file and i upload it,two request are sent and not one how i expected, the first with the old…
userfi
  • 175
  • 1
  • 1
  • 15
1
vote
1 answer

How to intergrate medium-editor-insert-plugin with laravel 5.5

I have been trying to upload images to my Medium-editor using the Medium-editor-insert-plugin with Laravel5.5 for days without success. To me it seems like the image is to passing to the sever and I don't know why. I am using the latest release…
1
vote
0 answers

How to sort the uploaded files in blueimp jquery plugin

I'm using this great jquery plugin https://github.com/blueimp/jQuery-File-Upload to upload images in my website. I use the default jquery plugin code to get the uploaded files (in the following way) $j('#showUploadedImages').on('click', function()…
Saymon
  • 510
  • 9
  • 20
1
vote
1 answer

how can I get file name when I use jquery uploadFile?

I want to get file name after user uploading file in same page. How could I do ? Please give me some advices. Here is my simple code.