hunochma Is there an update problem? I could not directly update to 0.4.0 ("Nothing to install or update"): I had to remove and require 'Upload' again... ---EDIT: Worked with 0.4.1--- PDF: Although I can now upload .pdf files by using the adapter mapping: ^application\/|pdf , all uploaded files are rewrited on the following way: document.pdf becomes documentpdf.pdf. The same applies by using ^application\/.*. For another reason (?) a file named DIA_208_0033.pdf is renamed DIA_208_0033pdf.bin. The file is is not corrupted and within my max. file size...
luceos hunochma maybe your version constraint was ^0.3.0 which excludes 0.4.0 As to the postfixing, I'll look into that. The binary doesn't make any sense, but I'll add a feature request to not force the identified filetype by setting an admin option.
ADulson Hello, I'm also interested in such extension (uploading files to support discussions). I'm using flagrow/upload 0.4.2 and I'm experiencing the same filename issues than the ones reported by hunochma. Has there been any progress ?
luceos hunochma PDF: Although I can now upload .pdf files by using the adapter mapping: application\/|pdf , all uploaded files are rewrited on the following way: document.pdf becomes documentpdf.pdf. The same applies by using application\/.*. ADulson the same filename issues Fixed in 0.4.3. Please update.