File Uploader W/Drag N Drop |
[eluser]Unknown[/eluser]
Hello everyone, this is my first topic here in the CI Foruns but I have been a faithfull member for months eheh. I have a small issue that I cant get through. I have made a file uploader website (for images, if you want to see it just go to http://dragon-scale-studios.com/imaga/) and it is working well (just using regular file dialog). Now I want to make Drag N Drop funcionality but I have encountered a problem that I can't solve. Code: <div id="actionbar"> This is the code that contains the area to drop. I was successful to retrieve the name of the file at the momment of the drag using an external class that I have found on the internet. My question is: how can I attach the selected (drag n drop) file to the Input File? Btw, my php code here: Code: public function do_upload() Thanks for your time. ![]()
[eluser]weboap[/eluser]
this may be out of the subject but i used this before https://github.com/valums/file-uploader/issues/174 code at : https://gist.github.com/1254273 hope it help. |
Welcome Guest, Not a member yet? Register Sign In |