Re: ERAttachmentProcessor file upload

2009-07-23 Thread Mike Schrag
http://webobjects.mdimension.com/wonder/api/er/attachment/package-summary.html it talks some about the variable replacement -- you can use $ {fileName}, but this is not really safe ... if someone uploads a file with the same name, it's going to be overwritten unless you namespace it with the

ERAttachmentProcessor file upload

2009-07-23 Thread Rukmal Dias
hi, Is it possible to give file name that we want in uploading files using ERAttachmentProcessor. When a file is uploaded (e.g: style.css) it is in a folder like this. .//1/attachments/c/8/9/1.css How do I upload a file (e.g: my_file.gif) to the same above location with the mentioned name