Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_professional thread: FSO in Asp


Message #1 by "Rakesh" <barjatiyarakesh@h...> on Fri, 24 May 2002 11:02:02 -0700
This is a multi-part message in MIME format.

------=_NextPart_000_0017_01C20312.6EBA4130
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

hello

             i want to know about file system object in asp.
             Please tell me that when we use file system object in asp 
we require write permission for the X folder which is used in our 
application.like if in our application we provide a facility to delete a 
file or move file from X folder to Y Folder.is there any requirment to 
have write permission for X and  Y Folder for deleting file or moving 
file from X folder to Y folder.

          tell me one more thing that how will set permission for Xsub 
folder if we set permission one time for X Folder and we make a Xsub 
folder or file in X folder by asp script .

          if we want to set write permission by asp script how we can do 
that please advise me.
       
         your suggestion is very usefull for me so don't hesited to ask 
me any question about this

         Before answer please keep this in mind that i am asking that 
only when we are deleting or miving a file or folder.NOT when we are 
appendding a file by asp script.


        below i m telling you about my application so you can better 
understand my problem.

         i m making a shopping cart application.in this application i 
want to give a facility to uplaod images on the

server.but there is a problem to do this by asp script for uploading 
images on the server.becouse Administrator will upload round about 400 - 
500 images in one time. so i will give him a folder [Upload] on the 
server .when Administrator want to uplaod images these are the step for 
upload images
             i. He will upload all the images to upload folder by FTP
             ii. Login into Admin panel and go to Upload Images page 
where he found a link and some other text field.when he fill up the form 
and click on submit button.
               after submit the form i make a Xfolder in Uploadedimages 
folder.and  i want to move all the images from upload folder to 
Xfolder[Uploadedimage>>newFolder].but it gives me Error.
          Uploadedimages folder is the folder in which we have all the 
uploaded images.

        Thanks
        Rakesh





  Return to Index