Is there a site with a listing of AjaxFileUpload classes?
I can use Page Source to see what the first part is, but after you select files to upload or are uploading files the layout changes but I cannot see these divs and classes.
I try to make the display match my site,but the file names text is so large I can't read it
so here for those of you who want it are the first stage of Ajax FileUpload Classes
div.ajax__fileupload {}
div.ajax__fileupload_dropzone { }
span.ajax__fileupload_selectFileContainer { }
span.ajax__fileupload_selectFileButton {}
input[type='file'] {}
div.ajax__fileupload_topFileStatus { }
div.ajax__fileupload_queueContainer { }
div.ajax__fileupload_queueContainer div.ajax__fileupload_footer { }
div.ajax__fileupload_ProgressBarHolder { }
div.ajax__fileupload_progressBar { }
div.ajax__fileupload_uploadbutton {}