I m a chinese,My English is very pool,I'm Sorry
Wish you can understand me
if set " file_upload_limit" to 8,
and I have uploaded 8 Picture files to server's HD,
now I want to delete the one of 8 files by It's thumbnail then upload another file to server but the counts of upload files have get the "8"
how can I reset the "successful_uploads" I try to do by below but I get fail 
onclick=function(){this.setStats("successful_uploads")=7}
thank you very much. My e-mail is flysnow9000@eyou.com
@>----->--------
April 25, 2009 - 9:43am
var stats = this.getStats();
stats.successful_uploads--;
this.setStats(stats);
April 26, 2009 - 12:37am
the code is perfectly!
I' m a amateur,
thank you and your direction!