Thread: ASP,PHP doubts

  1. #1
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683

    ASP,PHP doubts

    Well i have a little proect going on.. I need to give access for the users to upload PHP and ASP files to he server... the server runs the HTML interface using ASP... So how do i do it.. The user can write harmfull stuff in the ASP and have the server run it while accessing it.... so any solutions.. and i dont know baout PHP.. if my server runs PHP and i give access to upload PHP files.. will the same problem arise...

  2. #2
    PC Fixer-Upper Waldo2k2's Avatar
    Join Date
    May 2002
    Posts
    2,001
    have the people save the files as .phpx (.aspx) or something useless, then you can have the server rename them after saving so they don't execute when they're uploaded....
    do you plan on manually checking them for malicious code? or are you trying to do that with the server?
    PHP and XML
    Let's talk about SAX

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Doubts regarding random numbers generation
    By girish1026 in forum C Programming
    Replies: 9
    Last Post: 12-31-2008, 10:47 PM
  2. More questions (relating to global doubts)
    By Jorl17 in forum C++ Programming
    Replies: 29
    Last Post: 12-03-2008, 11:40 AM
  3. Some doubts on DLLs
    By BrownB in forum Windows Programming
    Replies: 1
    Last Post: 05-30-2007, 02:25 AM
  4. Two doubts about C for my project
    By j0nnyX in forum C Programming
    Replies: 4
    Last Post: 10-11-2004, 02:31 PM
  5. doubts on scanf
    By aqua in forum C Programming
    Replies: 1
    Last Post: 10-28-2002, 04:20 AM