Results 1 to 2 of 2

Thread: What is the best way?

  1. #1
    jreid Guest

    What is the best way?

    I have a website that has a php login side then simply goes to a html page of course with css style sheet. The site has 90 pages and customers all have different logins. They go to there own page and download reports. The only problem is that some reports are like 20mb and .pdfs and customers computers will not let them download. What is a easier way to do this?

  2. #2
    Join Date
    May 2010
    Location
    England
    Posts
    54
    .pdf is a bit of a bulky file format

    If you can, maybe swap to something simpler like .csv

    Worst comes to worst you could zip them up and split them, WinZip can then put the files back together when the user has them all

    If we knew more about the content of the reports we could make better suggestions, are they text only, do they take the form of a table, do they have images in them?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •