|
Hello,
I have a problem with the upload function in seaside, VisualWorks 7.8.
The file upload by the seaside server after write in the default repertory have lock by VisualWorks,
Stop and start seaside server not unlock the file, it is very strange bug.
But in the version 7.6, the file uploaded was never lock.
How correct this bug in seaside/opentalk, please ?
Thanks in advance for your help
code example : (html form)
multipart;
with:
[html fileUpload callback: [:f | fileUL := f].
html submitButton text: 'Load'.
(html button)
callback: [self answer];
with: 'Revenir au Détail'].
The file pointed by fileUL is systematicaly locked by Visualworks 7.8, I think it is in Opentalk extension for seaside, but I dont find where, unhappily.
Best Regards,
Christophe Allegrini
|