I’m having an issue since the most recent build update to a report that used to work perfectly.
I have a form pop-up (add) that allows me to upload a file. The File Upload button works perfectly – the file uploads and previews (verified by checking the upload folder).
However, as soon as I hit the submit button, the uploaded file is deleted from the upload folder.
Have you seen that behavior? I’m not sure where the issue is – and it seems to do this for multiple different file formats (.jpg, .png).
Please advise
Thanks
Mike
I should add this is a file-upload with a master and 2 sub-grid reports.
If I remark the @unlink line on jqgrid_dist.php the file does-not get deleted. So I believe something is causing jqgrid to think the unlink is being passed, when it is not.
@unlink(“$uploads_dir/$f”);
Any help is greatly appreciated.
Thanks
Mike
Any updates on this? I’ve disabled the @unlink command in jqgrid.dist in order to be able to upload files in the short-term.
Thanks
Mike
Hello,
I’ve emailed you latest build that should solve this issue.