Twitter Bootstrap File Upload

pickupgrrl

New Member
I'm using jansy extention for twitter bootstrap, but after creating the uploading form itself - I found out that I can't actually define the input type="file" and cannot set an id which should be send to the .php file that recieve the uploaded file.This is the code that taken directly from jansy official site:\[code\]<div class="fileupload fileupload-new" data-provides="fileupload"> <span class="btn btn-file"><span class="fileupload-new">Select file</span><span class="fileupload-exists">Change</span><input type="file" /></span> <span class="fileupload-preview"></span> <a href="http://stackoverflow.com/questions/15603442/#" class="close fileupload-exists" data-dismiss="fileupload" style="float: none">
 
Back
Top