Displaying 2 results from an estimated 2 matches for "_during_".
2004 Jul 06
4
not updating changed local files
rsync version 2.4.6 protocol version 24
gin@rhysling:~> rsync -avv ~/share/cvs-xemacs-head/XEmacs/xemacsweb ~/share/public_html/xemacsweb
building file list ... done
...
xemacsweb/About/XEmacsServices.content is uptodate
...
gin@rhysling:~> ls -l {~/share/cvs-xemacs-head/XEmacs/xemacsweb,~/share/public_html/xemacsweb}/About/XEmacsServices.content
-rw-r--r-- 1 gin sdu
2008 Jul 30
0
Halt file upload if maximum size is reached. Is that possible?
Hi guys.
I''m building a rapidshare-like app, and as such each user has a disk
quota. It''s possible to prevent a file save if it exceeds the free
space, but I searched for an way to do the same _during_ the file
upload. Using flash it''s apparently possible, but I don''t want to use
flash.
One way to do it is via Apache configuration.
But, is there any other way to stop the transfer?
I considered attachment_fu, which says in its config:
"validates_as_attachment -- This met...