upload image

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sejal17
    New Member
    • Dec 2007
    • 56

    upload image

    hi all,

    To upload image i want to make an folder of username using which user is login and put image in that folder

    thanks
  • nathj
    Recognized Expert Contributor
    • May 2007
    • 937

    #2
    "That's nice dear."

    This is a very nice little project or sub-project and I wish you luck with it.

    If you want a script to do this either Google for a free one or post a job here on Bytes and pay someone.

    If you are doing this yourself and want help, that's great. You need to supply the following:
    1. The code - using code tags
    2. What the aim of the code is
    3. What the code is doing that it should not do
    4. What the code is not doing that it should do

    If you do that you will get much better answers than this one.

    Cheers
    nathj

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      Originally posted by nathj
      "That's nice dear."

      This is a very nice little project or sub-project and I wish you luck with it.

      If you want a script to do this either Google for a free one or post a job here on Bytes and pay someone.

      If you are doing this yourself and want help, that's great. You need to supply the following:
      1. The code - using code tags
      2. What the aim of the code is
      3. What the code is doing that it should not do
      4. What the code is not doing that it should do

      If you do that you will get much better answers than this one.

      Cheers
      nathj
      I'm saving that post.

      Comment

      • Atli
        Recognized Expert Expert
        • Nov 2006
        • 5062

        #4
        Hi.

        To add to nathj's post...

        Please read the Posting Guidelines, specifically the parts about How to ask a question and Use a good thread title.

        Be specific with your questions, or you will only get these sort of responses.

        MODERATOR

        Comment

        • sejal17
          New Member
          • Dec 2007
          • 56

          #5
          How to create runtime folder at which uploaded image is store?

          hello
          I want to store uploaded image in the folder that is created runtime on the user's login name.Suppose my login name is sejal,then my uploaded image is stored in sejal folder.And i also want to create thumbnaim of that image.Can you please suggest me how to do this?



          Thanks......... ....

          Comment

          • Dormilich
            Recognized Expert Expert
            • Aug 2008
            • 8694

            #6
            have a look here. That's the thread covering your problem.

            regards

            Comment

            • chelvan
              New Member
              • Aug 2008
              • 90

              #7
              <Removed>

              on the bold underlined section you just change the $ref as your login name. that will be ur image naem.

              on very next line you can find 'img/' yes you are right thats my image folder. here you give the name of your uploaded folder.



              try it...........

              hope it will be urs.


              regards,
              chel-1
              Last edited by Atli; Sep 2 '08, 08:34 PM. Reason: Removed complete solution. See post below.

              Comment

              • Atli
                Recognized Expert Expert
                • Nov 2006
                • 5062

                #8
                sejal17,

                Do not double post your questions!
                This only serves to create confusion and extra work for us moderators.

                Please read the Posting Guidelines, especially the parts: Do not double post your questions and How to ask a question.

                Thank you.
                MODERATOR

                Comment

                • Atli
                  Recognized Expert Expert
                  • Nov 2006
                  • 5062

                  #9
                  chelvan,

                  I have removed the code you posted, as it violates our rule about not posting complete solutions.
                  Please read the How to respond to a question part of the guidelines.

                  Thank you.
                  MODERATOR

                  Comment

                  • chelvan
                    New Member
                    • Aug 2008
                    • 90

                    #10
                    Originally posted by Atli
                    chelvan,

                    I have removed the code you posted, as it violates our rule about not posting complete solutions.
                    Please read the How to respond to a question part of the guidelines.

                    Thank you.
                    MODERATOR
                    sorry! Atli

                    regards
                    chel-1

                    Comment

                    Working...