Nix Neon
|
| Posted: 03/28/2003, 12:27 PM |
|
Still a little new at this so bare with me. The new file upload is something I really want to use. It will give the ability to display pictures from a database on the website but let the customers change them. I don't quite understand how it works though. As I understand it I have to download something else to make it work?
Does anyone have a tutorial on what I'm trying to accomplish?
|
|
|
 |
RipCurl
|
| Posted: 03/28/2003, 1:41 PM |
|
http://www.gotocode.com/art.asp?art_id=85&
Download the sample in this one, for your use. I had to modify it for my use.
|
|
|
 |
Nix Neon
|
| Posted: 03/28/2003, 2:40 PM |
|
It gives me the error version of code charge must be 2.0 or highr. I've got the latest.
|
|
|
 |
GreggB
|
| Posted: 03/28/2003, 4:50 PM |
|
I am doing the samething for my customers to change the picture with their admin front end. I assume your using CCS 2.0
Things to know if you already don’t know.
1) Temporary Folder – This is a temporary folder on your remote web server (Host) for the actual file upload process. The file in this folder is deleted after being moved to the “File Folder” path.
2) File Folder – This is the path on your remote web server(host)where the file will be moved to from the “Temporary Folder” which is on the same server.
3) File Permissions – Make sure both of the above locations have adequate file permission to write to these locations.
4) Paths: Make sure you have the correct paths in both the above locations to your server. For users that are uploading to virtual web sites, it is critical for you to know the correct path i.e.
a) Temporary Folder: /home/virtual/yourdomain.com/var/www/html/TEMP
b) File Folder: /home/virtual/yourdomain.com/var/www/html/images
Hope this helps
GreggB
|
|
|
 |
Nix
|
| Posted: 03/29/2003, 8:58 AM |
|
Hey GreggB..Thanks for the info but I need to know how to do it all. And I am using CodeCharge Studio 2
|
|
|
 |