Jump to content

n1taz

Members
  • Posts

    2
  • Joined

  • Last visited

n1taz's Achievements

Newbie

Newbie (1/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. n1taz

    File Upload

    Hi all thanks for your help. the script in question was a perl script called filechucker from encodable.com. The problem was mod_security so to solve the problem I turned this module off for the directory in question. Thanks, Steve
  2. Hi all, I am trying to get an upload script working. The upload section works perfectly, what doesn't work is the progress meter. The reason seems to be that their is a cache in place which is preventing the file size data being written until the file is completely uploaded (kind of defeats the purpose of a progress meter). Is there a way to turn off this caching from .htaccess or otherwise? I have tried scripts written in both perl and php with the same problem. I can use ajax to get the current size of the temp file but can't get the file size data. Thanks for your help. Steve
×
×
  • Create New...