how to appear path file name?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vellyna
    New Member
    • Dec 2007
    • 2

    #1

    how to appear path file name?

    how to appear path file name?

    for example, i have select "books" from list, then i browse the file..

    after browse the file, i want to appear the path file name that will save the file in a folder after browsed.

    then, how i want to save the file in a folder but not database?

    help me pls......
  • vellyna
    New Member
    • Dec 2007
    • 2

    #2
    how to save the file in folder by using php?

    hello..
    i need ur help to help me find the way how to save the file in the folder by using php..the file is not saved in database.

    Comment

    • code green
      Recognized Expert Top Contributor
      • Mar 2007
      • 1726

      #3
      You can save a file to a folder by using rename()
      [PHP]rename ('filename','fo lder/filename');[/PHP]

      Comment

      • karthickkuchanur
        New Member
        • Dec 2007
        • 156

        #4
        Originally posted by code green
        You can save a file to a folder by using rename()
        [PHP]rename ('filename','fo lder/filename');[/PHP]
        by using upload method

        Comment

        Working...