CodeIgniter Forums
Uploading across subdomains - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Uploading across subdomains (/showthread.php?tid=4076)



Uploading across subdomains - El Forum - 11-05-2007

[eluser]BrandonDurham[/eluser]
I've got a CMS built at cms.website.com and was wondering if it's possible to use the file upload class to upload to www.website.com?

Thanks.


Uploading across subdomains - El Forum - 11-06-2007

[eluser]gtech[/eluser]
Quote:I’ve got a CMS built at cms.website.com and was wondering if it’s possible to use the file upload class to upload to www.website.com?

I am not sure if I am interpreting your question correctly..

is your CI installation hosted at www.website.com or on cms.website.com?
where are you uploading the file from?


Uploading across subdomains - El Forum - 11-06-2007

[eluser]BrandonDurham[/eluser]
CI is installed at cms.website.com and I want to upload files to www.website.com.


Uploading across subdomains - El Forum - 11-06-2007

[eluser]Sarfaraz Momin[/eluser]
Hi,

Don't you think that when you upload any file you have to place it in a folder on the server. And I belive your subdomain and domain both are hosted on the same server so it would be so easy for you to just place the file in a folder under your domain tree. Since its a CMS you must be placing some links in your DB to access that file so your frontend always know where to look for that file. Hope this makes sense.

Good Day !!!


Uploading across subdomains - El Forum - 11-06-2007

[eluser]gtech[/eluser]
^ yep that makes sense, and I suppose if they are on different machines you could write the file to a network share or use the ftp functionality provided in the framework.


Uploading across subdomains - El Forum - 11-06-2007

[eluser]BrandonDurham[/eluser]
Wow. This was a stupid question. I completely forgot it's a server path and not a url.

Sorry.