On Tue, Apr 14, 2009 at 2:40 PM, Robert King <[email protected]> wrote: > Maybe borrow the idea behind mqueues? Use a uniq compose id for a message > and then create a mail attachment info/data file sets. > > $_SESS['rcmcpmid'] = 'n3ECQ9sQ018441'; > > then in $tmp_dir/compose/ > > n3ECQ9sQ018441 > > which then contains a unique file 'pick up' id, and a real file name. > > e.g. > > df985jhfkjaf, real.file.name > kjfa8kjf749f, other.file.txt > > then in $tmp_dir/cmppickup/ > > df985jhfkjaf > kjfa8kjf749f > > which is the temporary store for the attachments. >
Yeah, that's what I basically wanted. I think the idea is to fix our session handling. I mean on the flip side, it wasn't designed to be used in multiple tabs, but if that is what people want -- guess we'll have to fix it. Till _______________________________________________ List info: http://lists.roundcube.net/dev/
