Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
albarlousta #1
CFFILE Uploading files from network share
Help Please!!!
I have a mission critical application which uses CFFILE to upload documents.
It works fine on the testing environment but fails on the live server, giving a
"String index out of range -4" error each time.
Major difference between test/live is that users on the test site were
uploading documents from their local hard-drives and on the live version the
users are connected from "dumb" terminals which don't have hard-drives and the
files are held on a shared file network.
ie.
When uploading in the test enrironment the path to the file to be uploaded is
something like "c:\documents\some_document.txt"
When uploading in the live environment the path to the file to be uploaded is
something like "\\svvnz.somename.com.au\BarlowD1$\My
Documents\some_document.txt"
Could this have something to do with the CF service user permissions???
Any help greatly appreciated!
albarlousta Guest
-
Uploading with CFFILE
When trying to upload larger files (10 MB+) I get the following error message: "Error writing data from Web Server to the Cold Fusion Application... -
CFFILE - Uploading multiple files
I'm having a problem trying to upload several files. I am using the code below. Any assistnace will be appreciated. Thanks Norm <cfdirectory... -
Opening and Saving AI 10 files to network share.
I had a similar problem and called adobe tech support. Their response was that, unfortunately, adobe Illustrator and Photoshop were not designed to... -
Slow network browsing and opening of share files/drives related to WebClient Service.
Hi, I have a problem opening shared folders or drives on my 2000 / 2003 Servers from Windows XP Pro. I found that is I stopped WebClient Service... -
Share files on network
I have just installed a router between two computers. The main computer is running XP Pro and the other is running 2K pro. Both computers are able... -
albarlousta #2
Re: CFFILE Uploading files from network share
Please everyone! I need to have this working by Monday... I'm hoping the CF
community can help me find an answer to this... just spare me a small bit of
your brains processor for a few moments... THANKS!
albarlousta Guest
-
mpwoodward *TMM* #3
Re: CFFILE Uploading files from network share
On 2005-05-27 16:38:44 -0500, "albarlousta"
<webforumsuser@macromedia.com> said:
If you're on Windows the CF service runs under the local system account> Please everyone! I need to have this working by Monday... I'm hoping
> the CF community can help me find an answer to this... just spare me a
> small bit of your brains processor for a few moments... THANKS!
which does not have network access. You'll have to change the user CF
is running as to a user with network access and permissions to the
shares you want to use, and then you should be fine.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest



Reply With Quote

