473,289 Members | 1,923 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,289 software developers and data experts.

upload image

56
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
Sep 1 '08 #1
9 1535
nathj
938 Expert 512MB
"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
Sep 1 '08 #2
Markus
6,050 Expert 4TB
"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.
Sep 1 '08 #3
Atli
5,058 Expert 4TB
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
Sep 2 '08 #4
sejal17
56
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.............
Sep 2 '08 #5
Dormilich
8,658 Expert Mod 8TB
have a look here. That's the thread covering your problem.

regards
Sep 2 '08 #6
chelvan
90
<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
Sep 2 '08 #7
Atli
5,058 Expert 4TB
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
Sep 2 '08 #8
Atli
5,058 Expert 4TB
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
Sep 2 '08 #9
chelvan
90
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
Oct 23 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: dave | last post by:
Hello there, I am at my wit's end ! I have used the following script succesfully to upload an image to my web space. But what I really want to be able to do is to update an existing record in a...
15
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the...
0
by: SEMIH DEMIR | last post by:
Sitelerden birinde verilen yabancı kaynakli bir scriptti duzenledim yanlız birseyin içinden bir turlu cıkamadım işin aslı ilk defa persistin upload componentini kullanacam yanlız suanki haliyle...
4
by: Jim Michaels | last post by:
after a file upload, $_FILES is not populated but $_POST is. what's going on here? $_POST=C $_POST=C $_POST=C $_POST=C:\\www\\jimm\\images\\bg1.jpg $_FILES= $_FILES= $_FILES=
9
by: Wayne Smith | last post by:
I've come up against a major headache that I can't seem to find a solution for but I'm sure there must be a workaround and I would really be grateful of any help. I'm currently building a web...
3
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need ...
1
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need ...
7
by: xx75vulcan | last post by:
Hi, I've got a PHP Upload Form that works great, unless that is, the image your uploading has been modified through a photo editing software. Example: if I upload the image straight from a...
7
by: mishrarajesh44 | last post by:
hii all Truly telling i hav got this code from net & i am finding error while running the code below.. code:- <?php $idir = "photo/"; // Path To Images Directory $tdir =...
1
by: chennaibala | last post by:
can any one send me mutiple image upload program and save the file name with extension in mysql table.we must cheak uploaded file type like bmp or any image file while uploading. i develop...
0
by: MeoLessi9 | last post by:
I have VirtualBox installed on Windows 11 and now I would like to install Kali on a virtual machine. However, on the official website, I see two options: "Installer images" and "Virtual machines"....
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
Hello Experts! I have written a code in MS Access for a cmd called "WhatsApp Message" to open WhatsApp using that very code but the problem is that it gives a popup message everytime I clicked on...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.