SibSoft Ltd.
Development Services
software products
 RegisterRegister    SearchSearch   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
EZYWebhost - Cheap XUpload & XFileSharing 100% campatible hosting

AJAX upload progress bar

File sharing script
dynamic target folder upload

 
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload
View previous topic :: View next topic  
Author Message
EDave



Joined: 29 Aug 2008
Posts: 2

PostPosted: Aug 29, 2008 1:09 am    Post subject: dynamic target folder upload Reply with quote

Hello:

I have created several folders under a master folder, one folder for each user.

So every time a user attempts to upload a file, my system should put it in the master folder inside the user_named folder i have created for him.

i have been trying with the ext_folder option, but just shows me a text box labeled "Upload to folder:" instead of automatically redirecting the upload towards the ../master_folder/user_named folder.

Thanks for helping.
Back to top
View user's profile Send private message
PilgrimX182



Joined: 22 Mar 2006
Posts: 1055
Location: Undisclosed location

PostPosted: Aug 29, 2008 7:52 am    Post subject: Reply with quote

1) Enable ext_folder option in config (I guess already done)

2) In upload form find
Code:
Upload to folder: <input type="text" name="ext_folder" size=32 class="myForm">

and replace with
Code:
<input type="hidden" name="ext_folder" value="<?php echo $username ?>">


I'm not sure in this PHP code insertion, sorry, but you got my point Smile
Back to top
View user's profile Send private message Visit poster's website AIM Address
EDave



Joined: 29 Aug 2008
Posts: 2

PostPosted: Aug 29, 2008 3:43 pm    Post subject: dynamic target folder upload Reply with quote

Thanks a lot , it works perfectly!!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    SibSoft Ltd Forum Index -> XUpload All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group