Uploading large files results in blank screen

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sonirajesh
    New Member
    • Jul 2007
    • 2

    #1

    Uploading large files results in blank screen

    i am having trouble with uploading, when i upload big size file like >2M
    it hang the browser and show blank screen and file does not get upload.

    upload_max_file size is set 8M

    also added set_time_limit( 0); in my script

    But same thing on local network works file, seems problem in more setting.

    please help

    Rajesh Soni
  • dafodil
    Contributor
    • Jul 2007
    • 389

    #2
    Originally posted by sonirajesh
    i am having trouble with uploading, when i upload big size file like >2M
    it hang the browser and show blank screen and file does not get upload.

    upload_max_file size is set 8M

    also added set_time_limit( 0); in my script

    But same thing on local network works file, seems problem in more setting.

    please help

    Rajesh Soni

    Please complete your code how can we check it.....

    Comment

    • ronnil
      Recognized Expert New Member
      • Jun 2007
      • 134

      #3
      are php errors set to display?

      have your tried letting you browser sit there for like 5 minutes or so? files take a while to upload, and when the browser "hangs" it's probably a sign that it's uploading the file.

      Comment

      • dafodil
        Contributor
        • Jul 2007
        • 389

        #4
        Have you tried to upload a lighter file size like 1kb?

        If it uploaded you can be assured that there was no error in your code...

        Comment

        • pbmods
          Recognized Expert Expert
          • Apr 2007
          • 5821

          #5
          Changed thread title to better describe the problem.

          Comment

          • sonirajesh
            New Member
            • Jul 2007
            • 2

            #6
            Thanks for reply.

            File upload work on our local n/w, and lighter file also get uploaded on server but large file get hang,

            sorry for my english.

            Comment

            • dafodil
              Contributor
              • Jul 2007
              • 389

              #7
              Originally posted by sonirajesh
              Thanks for reply.

              File upload work on our local n/w, and lighter file also get uploaded on server but large file get hang,

              sorry for my english.
              Did you try waiting for it? maybe it just take so much time before it uploads...

              Comment

              Working...