cybermatatu / dnd-file-upload

Automatically exported from code.google.com/p/dnd-file-upload
0 stars 0 forks source link

It simply doesn't work #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use example html
2. pick a file
3. try to upload

What is the expected output? What do you see instead?
No file is uploaded. The script just doesn't upload anything. I'm not sure, but 
probably header of request is broken when sending file.
Is the project still live?

What version of the product are you using? On what operating system?
Firefox version 3.6.8. Mac os x

Please provide any additional information below.

Original issue reported on code.google.com by bartosz....@gmail.com on 15 Aug 2010 at 8:43

GoogleCodeExporter commented 9 years ago
Bart the project is working great for me with Firefox 4.

My guess is you haven't implemented the server-side.  This project seems to be 
mostly just the client side code for capturing the drag-and-drop, reporting 
some info, etc.  The server receiving the file data has to implement a means to 
capture and do something with that data, and that's well outside of javascript 
territory.

Original comment by michaelp...@gmail.com on 18 May 2011 at 12:36

GoogleCodeExporter commented 9 years ago
I'm having similar issues. Trying to var:_dump $_POSt & $_GETvariables to get 
what is coming to server with the script. everything is empty...

Original comment by Marko.Ko...@gmail.com on 9 Feb 2012 at 1:03