Click here to Skip to main content
15,916,293 members
Home / Discussions / Web Development
   

Web Development

 
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 
AnswerRe: To Everyone Pin
Richard MacCutchan14-Feb-16 2:38
mveRichard MacCutchan14-Feb-16 2:38 
QuestionHow to call webservice using WSDl file ? Pin
HarshadDarji1913-Feb-16 23:58
HarshadDarji1913-Feb-16 23:58 
QuestionClassic asp Soap response with xml and attachment Pin
uglyeyes11-Feb-16 0:50
uglyeyes11-Feb-16 0:50 
AnswerRe: Classic asp Soap response with xml and attachment Pin
uglyeyes11-Feb-16 17:22
uglyeyes11-Feb-16 17:22 
GeneralRe: Classic asp Soap response with xml and attachment Pin
uglyeyes14-Feb-16 11:30
uglyeyes14-Feb-16 11:30 

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.