Posts by Allan Barbosa • 31 points
3 posts
-
0
votes5
answers4870
viewsA: Question on how to call the function with each mouse button
Browsers understand that onclick is for left-click only! Note that when you right-click, a window with the action menu opens. The function that takes care of this is the oncontextmenu and, to…
javascriptanswered Allan Barbosa 31 -
0
votes1
answer68
viewsA: Upload 2 files via ashx
I opted for another solution without using Javascript, I’m using a Fileupload component and I set the button click to send the file the folder I needed: <asp:FileUpload ID="fupFoto"…
-
3
votes1
answer68
viewsQ: Upload 2 files via ashx
I have the screen below: I need the user to select a song and a cover, but I’m not finding a way to send both files at once and still validate if the Music and Cover was selected. Until then I…