Hello! I have school project where i need to make a page where used could input some information (name, surname etc...) + be able to upload doc/pdf files. So i wanted to make a file upload option so i googled it.
I have found this page: http://platform.xwiki.org/xwiki/bin/view/DevGuide/HTML5Upload My code looks like: {{html}} <form action="" enctype="mutipart/form-data" method="post"> <input type="file" name="file" id="my_upload" /> </form> {{/html}} The problem is that i can sleect file to upload, progress bar appears, but then nothing happens (see attachment image). Could you help me to resolve this issue? <http://xwiki.475771.n2.nabble.com/file/n7583955/Untitled-1.png> -- View this message in context: http://xwiki.475771.n2.nabble.com/HTML5-File-Upload-tp7583955.html Sent from the XWiki- Users mailing list archive at Nabble.com. _______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
