Modal popup File Upload
I use Eric martin's contact form modal popup in one of my personal projects. I wish to add file upload to it, however when I try to get the file, I'm able to view the file. I'm pretty much new with Jquery. I tried couple of AJAX Upload and uploadify, thats also didnt work. Please suggest 开发者_如何学Pythonme some solution to proceed. My Frontend is php and backend is mysql.
I've done something similar in a project and it is quite a bit of code to deal with an Ajax Upload. I suggest you get it working first w/o SimpleModal, then try and integrate it.
精彩评论