Hi all,
I have a question.
I can't upload a file on my BQ with a simple form and a php script.
Maybe I have a problem with the temp file created.
I have protected the /tmp partition with Nuonce solution :
-------------------------------------------
/usr/bin/perl -pi -e "if (/\/tmp/) { s/defaults/noexec,nosuid,rw/ }" \
/etc/fstab
/bin/mount -o remount /tmp
----------------------------------------
Is it possible that this protection lock the possibility to upload a file ?
Do you know where are uploaded files with a script ?
Thanks
Dts1
6013_2.html (attatchment)