hi everyone,
I wanted to create an interface to allow uploading short eductional videos to a directory on my site.
the webpages are written in php and the upload script is written in perl/cgi.
the scripts work fine, but on random occasions i receive '500 internal server error', usually with larger files sizes.
php filesize limits are 8MB, does this matter when uploading through perl?
do perl scripts have to be in cgi-bin?
any help would be useful..
thank you!
I wanted to create an interface to allow uploading short eductional videos to a directory on my site.
the webpages are written in php and the upload script is written in perl/cgi.
the scripts work fine, but on random occasions i receive '500 internal server error', usually with larger files sizes.
php filesize limits are 8MB, does this matter when uploading through perl?
do perl scripts have to be in cgi-bin?
any help would be useful..
thank you!