Closed jmckirdy closed 6 months ago
got type working
category dropdown working now. had the change the value= to 1,2, etc. since that is the $catid POST value.
fyi: 'choose file' button handles sending data (pdfs currently, later, docx, rtf, xml, html) to server via POST (currently), the server stores these 1-7M files as large BLOB
types. then it needs a decent amount of PHP code to parse/then echo the data onto the page. So I'm closing OLD issue and making a NEW one just for this.
Make the input elements from upload page (type, category, choose file button) send the data to the server.