Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
implode/move_uploaded file functions in php
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- implode/move_uploaded file functions in php
implode/move_uploaded file functions in php
12-08-2007 11:47 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
I am trying to upload graphic images to my website. I can use implode/fopen or move_uploaded file to the ccgi directory but not to the general website directory as it is on another server and URL is not allowed in these functions ( as I can see).
Can I just keep the pictures on the CGI directory ( I though it was just for php type files) or what do I do to move them to the general web site ( htdocs).
andy
Can I just keep the pictures on the CGI directory ( I though it was just for php type files) or what do I do to move them to the general web site ( htdocs).
andy
Message 1 of 4
(2,431 Views)
3 REPLIES 3
Re: implode/move_uploaded file functions in php
12-08-2007 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
You can indeed keep these files on the CCGI server.
Whilst the CCGI have been setup in mind for CCGI functions, it is afterall a standard web-server as a well and will quite happily serice static content such as images, text and html.
Whilst the CCGI have been setup in mind for CCGI functions, it is afterall a standard web-server as a well and will quite happily serice static content such as images, text and html.
Message 2 of 4
(443 Views)
Re: implode/move_uploaded file functions in php
13-08-2007 2:26 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
Quote from: beeversf Can I just keep the pictures on the CGI directory ( I though it was just for php type files) or what do I do to move them to the general web site ( htdocs).
I noticed that you said "CGI directory" and not "server".
On the CCGI server ALL files PHP, TXT, images etc go into the root folder (outside the cgi-bin folder) or a sub-directory that you create. You do not need to move them to the "htdocs" folder on the other server.
Message 3 of 4
(443 Views)
Re: implode/move_uploaded file functions in php
11-09-2007 1:55 PM
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Report to Moderator
In response to your original statement, would you mind sharing with me your method of uploading images.
I am trying to achieve the same but it is my intention to upload the images to the cgi server not anywhere else.
I have posted a thread in this forum to ask this question of everyone
I am trying to achieve the same but it is my intention to upload the images to the cgi server not anywhere else.
I have posted a thread in this forum to ask this question of everyone
Message 4 of 4
(443 Views)
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Plusnet Community
- :
- Forum
- :
- Help with my Plusnet services
- :
- Everything else
- :
- implode/move_uploaded file functions in php