Results 1 to 2 of 2

Thread: PHP File Upload\Re-name\view\delete etc.

  1. #1
    Join Date
    Nov 2006
    Location
    Northeast USA
    Posts
    408
    Thanks
    8
    Thanked 30 Times in 28 Posts

    Question PHP File Upload\Re-name\view\delete etc.

    Hi,
    I am creating a website and it kind of needs... well put it this way, a PHP FTP Unit. The uploading directory must be able to change by my php script, in otherwords, diferant users will have differant directorys. Also, an un-related Question, When the user comfirms his\her signup via email that page must be able to create a directory with CHMOD 777. If anyone could write a script to my needs and help me with my sign up system, a "Thanks" will be added to their account.(I do not want to sound like I am asking too much of DD's users for free:-|)

    Thanks,
    FSD;
    -Ben -- THE DYNAMIC DRIVERS
    My Links: My DD Profile||My Youtube Video Tutorials||DD Helping Coders||DD Coders In Training
    I told my client to press F5, the client pressed F, then 5, *facepalm*

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    You should just look at php.net for documentation on this. Nothing you mentioned is really that hard, but the overall script would be long.

    Look at the file upload "feature" documentation.
    Look at the file functions (unlink deletes, mkdir makes a director, etc etc.)
    Use some sort of key/database/file to store the validation, then use a get variable (?key=23932023) to send that back, from the email.

    You should be able to find some threads about all of these things, though, for the most part, separately

    Get started writing the script, even just a framework, then ask if you have questions as you go.

    Generally, it's a lot easier to help if you have a specific question rather than just asking how to do a task generally. Even if we did write a script, it might be not how you want (as much as one of the menus in the library might not be the type of menu you are looking for).
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

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