Click here to Skip to main content
15,887,175 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to Create Website like PriceRaja.com Pin
Richard MacCutchan2-Mar-16 23:55
mveRichard MacCutchan2-Mar-16 23:55 
GeneralRe: How to Create Website like PriceRaja.com Pin
Member 123665703-Mar-16 0:18
Member 123665703-Mar-16 0:18 
GeneralRe: How to Create Website like PriceRaja.com Pin
Richard MacCutchan3-Mar-16 2:12
mveRichard MacCutchan3-Mar-16 2:12 
GeneralRe: How to Create Website like PriceRaja.com Pin
Member 123665703-Mar-16 2:18
Member 123665703-Mar-16 2:18 
QuestionAlternative to SOAPUI Pin
lmnorms23-Feb-16 21:16
lmnorms23-Feb-16 21:16 
AnswerRe: Alternative to SOAPUI Pin
Nathan Minier25-Feb-16 1:57
professionalNathan Minier25-Feb-16 1:57 
Questionresponsive image element inside fieldset element using bootstrap.css and img-thumbnail Pin
jkirkerx18-Feb-16 14:05
professionaljkirkerx18-Feb-16 14:05 
QuestionUsing a spinner on a input file element Pin
jkirkerx17-Feb-16 13:26
professionaljkirkerx17-Feb-16 13:26 
So I'm using bootstrap.css and fontawesome on a asp.net MVC project, and I wanted to show the spinner on the File Upload button.

I tried wrapping the HTML in a A element, but got the default square grey button and the text saying choose a file. I did looked around the internet for awhile but found nothing.
<div class="form-group">
  <label class="control-label">Enter your avatar's name max(40)</label>
  <div class="input-group">
    
    <input id="AvatarName" class="form-control" type="text" maxlength="40">
    
      <span class="btn btn-primary btn-file">
        Browse <input id="AvatarBrowse" name="AvatarBrowse" class="btn btn-primary has-spinner active" type="file" />
        <span class="spinner">^__i class="fa fa-cog fa-spin">
      </span>
    </span>
  </div>
</div>

Maybe someone out there a ran across this before.
Funny part is I got all the complicated stuff written, like the Jquery to upload the file and the controller to write the file.

But this eludes me. I suspect it can't be done.
The active on the input was just to see if I can make it work on page load.
AnswerRe: Using a spinner on a input file element Pin
Richard Deeming18-Feb-16 2:59
mveRichard Deeming18-Feb-16 2:59 
GeneralRe: Using a spinner on a input file element Pin
jkirkerx18-Feb-16 4:04
professionaljkirkerx18-Feb-16 4:04 
GeneralRe: Using a spinner on a input file element Pin
jkirkerx18-Feb-16 4:16
professionaljkirkerx18-Feb-16 4:16 
AnswerRe: Using a spinner on a input file element Pin
Brisingr Aerowing26-Feb-16 17:57
professionalBrisingr Aerowing26-Feb-16 17:57 
GeneralRe: Using a spinner on a input file element Pin
jkirkerx27-Feb-16 13:08
professionaljkirkerx27-Feb-16 13:08 
GeneralRe: Using a spinner on a input file element Pin
Brisingr Aerowing27-Feb-16 15:13
professionalBrisingr Aerowing27-Feb-16 15:13 
GeneralRe: Using a spinner on a input file element Pin
jkirkerx28-Feb-16 8:09
professionaljkirkerx28-Feb-16 8:09 
QuestionThwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 7:10
C-P-User-316-Feb-16 7:10 
AnswerRe: Thwarting CTRL-A Copies PinPopular
Richard Deeming16-Feb-16 7:53
mveRichard Deeming16-Feb-16 7:53 
GeneralRe: Thwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 7:57
C-P-User-316-Feb-16 7:57 
GeneralRe: Thwarting CTRL-A Copies Pin
Richard Deeming16-Feb-16 8:02
mveRichard Deeming16-Feb-16 8:02 
GeneralRe: Thwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 8:03
C-P-User-316-Feb-16 8:03 
GeneralRe: Thwarting CTRL-A Copies Pin
Richard Deeming16-Feb-16 8:05
mveRichard Deeming16-Feb-16 8:05 
GeneralRe: Thwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 8:09
C-P-User-316-Feb-16 8:09 
GeneralRe: Thwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 8:13
C-P-User-316-Feb-16 8:13 
GeneralRe: Thwarting CTRL-A Copies Pin
C-P-User-316-Feb-16 9:56
C-P-User-316-Feb-16 9:56 
QuestionTo Everyone Pin
mharie14-Feb-16 2:17
mharie14-Feb-16 2:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.