Search results

  1. O

    How to get number of uploaded bytes in php

    PHP doesnt allow access to file size during uploads. The work around is to use a perl script for uploading and use a looping ajax/JS script to obtain the file size of the upload.. I like you am working on a customised script and am happy to post it once the problems are ironed out.
  2. O

    CGI Script with Internal Server Error

    yeh i use: #!/usr/bin/perl -w use CGI; use Fcntl qw(:DEFAULT :flock); use File::Temp qw/ tempfile tempdir /; use CGI::Carp qw/fatalsToBrowser/;
  3. O

    Slow uploading through Perl/CGI

    Hi everyone, I'm currently building a pilot site for sharing medical education videos which are self-produced (so no copyright/legal issues involved).. And hoping to present it to my faculty in the next few months. I'm working on the uploading page at the moment and having a few issues. I...
Top