-
I think I'll implement the hooks to have this feature in next release.
2009-12-04 11:03:33 UTC by tsdogs
-
cool....i'll give it a try!
could this somehow be "officially" included in the next release ?
Marcel.
2009-12-04 10:49:58 UTC by mhauser
-
modifying the code in file.inc.php function serveFile you could send an e-mail to the uploading user. Check the e-mail plugin on how to do it.
It's not actually implemented, though.
2009-12-04 10:23:10 UTC by tsdogs
-
Hi
It would be cool... if the original uploader could get an email notification once a file has been downloaded by the recipient.
could this be somehow accomplished with the current version ?
thanks
Marcel.
2009-12-04 09:44:43 UTC by mhauser
-
perfect.
2009-11-21 10:30:23 UTC by tsdogs
-
I changed the php.ini and it works fine.
Thanks for your help.
2009-11-21 10:26:25 UTC by larite
-
Can I set this in the php .ini.?
I installed open upload with lampp
I can't find the apache log.
2009-11-21 10:09:32 UTC by larite
-
is php configured accordingly to allow 1Gb uploads?
Maybe there's a timeout problem? do you receive any error? what do apache logs say?.
2009-11-21 09:57:34 UTC by tsdogs
-
I
I can't upload a file .avi or a tar.gz my upload limit is set 1 Go. and it's a 400 mo file.
Otherwise .doc et .txt transferts work fine work
I don't understand.
Thanks for your help.
2009-11-21 09:46:41 UTC by nobody
-
there's no feature to do that with openupload right now, it's planned for next version.
You can run a cron job with a sql file, something like this (change the date accordingly)
delete from `activitylog` where `log_time` < '2009-01-01';.
2009-11-20 19:54:16 UTC by tsdogs