Displaying 1 result from an estimated 1 matches for "trackuploads".
2011 Apr 20
2
Cannot get progress bars to work w/ Apache Progress Module
...ectory
"/Library/WebServer/Documents/ROR_tests/file_upload_progress1/public">
Order allow,deny
Allow from all
# AllowOverride all
</directory>
# needed for tracking upload progess
<Location />
# enable tracking uploads in /
TrackUploads On
</Location>
<Location /progress>
# enable upload progress reports in /progress
ReportUploads On
</Location>
</VirtualHost>
[/code]
in /private/etc/apache2/extra/httpd-vhosts.conf I have:
NameVirtualHost *:80
Another off the hand problem I&...