Posts by Paulo Diniz • 11 points
3 posts
- 
		1 votes2 answers931 viewsA: Remove specific input file Multiple type="file"I believe it is not possible to do this removal of just one or a few specific items. http://www.w3.org/TR/FileAPI/#dfn-filelist The Htmlinputelement interface [HTML5] has a readonly Filelist… 
- 
		0 votes1 answer73 viewsA: Many logs with the message "setTypeface with style : 0"This happens when you make a call to the method view.setTypeface(Typeface.DEFAULT,0) or view.setTypeface(Typeface.DEFAULT,Typeface.NORMAL) Switch to: view.setTypeface(Typeface.DEFAULT) (view being a… 
- 
		0 votes1 answer71 viewsA: Pass mysql class to mysqli error in queryCara I think the problem is in your configuration file that connects to the bank that is still in the old model. $link = new mysqldb(); Try this way below with mysqli, always use and never had…