Hello People, I have a problem with uploading attachments, besides the well know problem with mimetypes I also miss the filenames most of the time. I have a form with a fieldlist in it which is the handle and then in the post page I use the following code:
<mm:createnode type="attachments" id="werkstuk"> <mm:fieldlist type="edit"> <mm:fieldinfo type="useinput"/> </mm:fieldlist> <mm:setfield name="title"><%=titel%></mm:setfield> <mm:setfield name="description"><%=omschrijving%></mm:setfield> </mm:createnode> Which gives me the attachment but gives me no filename, anybody an idea how I can solve this without prompting the user for it? Greetings, Sjoerd de Heer
