Open GoogleCodeExporter opened 8 years ago
is a fix available for this problem?
Original comment by i...@dennisbach.de
on 7 Apr 2011 at 2:58
Have not seen any fix, but the work around is to rename the file before
deleting (remove the space in rename).
Original comment by chrisvh...@gmail.com
on 7 Apr 2011 at 3:13
here some information to fix the problem:
make changes in the function bulk_submit:
change in all hidden input types the value=$file INTO value=\"$file\"
that should work
Original comment by i...@dennisbach.de
on 8 Apr 2011 at 9:32
Alternative syntax would be to use ' instead of \"
echo "$file <input type=hidden name=filesel[$a] value='$file'><br>\n";
Original comment by TStephen...@gmail.com
on 13 Aug 2011 at 4:58
Original issue reported on code.google.com by
chrisvh...@gmail.com
on 23 Jul 2010 at 2:33