On Tue, Apr 14, 2009 at 1:49 PM, A.L.E.C <[email protected]> wrote: > till wrote: >>>> I read the thread and I never noticed this error before. Does this >>>> happen when you use RoundCube in multiple tabs? Is that the catch? >>> I was thinking if we can get rid of $_SESSION for mail composing. It's >>> possible and should prevent from multitabs and session issues, but will >>> require to sent real saved attachment filenames to the client. It'd to >>> be some secure issue? >>> >> >> Real saved attachments? Can you explain that? > > Sorry for my English. I mean, filenames of attachments saved on disk by > upload or on reply (in temp dir), e.g. rcmAttmntMzsXKZ.
Hmm, if we'd attach that, people would be mad. ;-) Maybe we could do upload_tmp_dir/user/filename (name from $_FILES). We either clean up the files regulary, or we use the tmp_name and store the real name somewhere else ($_SESSION)? Till _______________________________________________ List info: http://lists.roundcube.net/dev/
