Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Problem with path for mySmartUpload

Reply
Thread Tools

Problem with path for mySmartUpload

 
 
Brossyg
Guest
Posts: n/a
 
      02-05-2008
We have used mySmartUpload successfully for many years on our site which is
hosted on a Vdeck 1.0 platform. This path worked perfectly:

mySmartUpload.Save("C:\\Accounts\\proclaim\\wwwRoo t\\clipartfiles\\");

When the site moved to Vdeck 3.0, the path changed and the path is;

nawinfs06\home\users\web\b1526\ipw.parishpublishin g\proclaimsermons\clipartfiles");

The hosting service swears there is no drive letter (which I thought
mySmartUpload required), and tech advisors have said that this should be the
new path statement:

mySmartUpload.Save("\\\\nawinfs06\\home\\users\\we b\\b1526\\ipw.parishpublishing\\proclaimsermons\\c lipartfiles");

however, this returns
Unable to save file (Error 1120)

I have tried so many versions of this that I am cross-eyed and need help. I
do not know why it isn't working.

Any help would be appreciated.
 
Reply With Quote
 
 
 
 
daddywhite
Guest
Posts: n/a
 
      02-05-2008
you tried:

mySmartUpload.Save (Server.MapPath("clipartfiles"))
 
Reply With Quote
 
 
 
 
Evertjan.
Guest
Posts: n/a
 
      02-05-2008
daddywhite wrote on 05 feb 2008 in microsoft.public.inetserver.asp.general:

> you tried:


[please always quote on usenet]


> mySmartUpload.Save (Server.MapPath("clipartfiles"))


This only works if clipartfiles is in the root tree of the ASP.

The outer () are not needed in VBS.



--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
 
Reply With Quote
 
Daniel Crichton
Guest
Posts: n/a
 
      02-06-2008
Brossyg wrote on Tue, 5 Feb 2008 13:01:35 -0800:

> We have used mySmartUpload successfully for many years on our site
> which is hosted on a Vdeck 1.0 platform. This path worked perfectly:


> mySmartUpload.Save("C:\\Accounts\\proclaim\\wwwRoo t\\clipartfiles\\");


> When the site moved to Vdeck 3.0, the path changed and the path is;
>
> clipartfiles");


> The hosting service swears there is no drive letter (which I thought
> mySmartUpload required), and tech advisors have said that this should
> be the new path statement:
>
> parishpublishing\\proclaimsermons\\clipartfiles");


> however, this returns
> Unable to save file (Error 1120)


> I have tried so many versions of this that I am cross-eyed and need
> help. I do not know why it isn't working.


> Any help would be appreciated.



http://classicasp.aspfaq.com/compone...60-errors.html

Any chance when they moved it they didn't transfer over the user permissions
too? The user account your site is running under may not have write
permissions to the folder.

--
Dan


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
mysmartupload issue Todd ASP General 1 12-20-2007 09:42 AM
Server.MapPath() croaking with "failed to map path", but path is legal awbacker@gmail.com ASP .Net 0 05-12-2005 10:50 PM
embedded perl path $ENV{PATH} problem R. Sherwin Kartick Perl Misc 0 09-22-2004 10:29 PM
Bizzare: Invalid path to Access mdb, path is good Keith-Earl ASP .Net 1 05-03-2004 03:25 PM
problem in appending a path to sys.path ketulp_baroda@yahoo.com Python 3 02-26-2004 06:03 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57