|
|
Rank: Member
Groups: Registered
Joined: 1/5/2010 Posts: 20 Location: Rockville, MD
|
I am having an issue with the upload process and the issue is inconsistent.
The if there are multiple files the gets uploaded, sometimes the files gets saves in separate folders and sometimes not.
Any idea what could be causing this?
Help ASAP if possible please.
Thanks.
|
|
|
Rank: Member
Groups: Registered
Joined: 1/5/2010 Posts: 20 Location: Rockville, MD
|
Can anybody help me with this issue. Thanks.
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
First, are you using the latest version of SlickUpload (5.5)? If not, upgrade to that and see if you have the same issue.
If you're using the latest version, or upgrading doesn't solve your issue, send a copy of your .aspx, codebehind, and web.config to chrish at krystalware dot com and I'll take a look.
|
|
|
Rank: Member
Groups: Registered
Joined: 1/5/2010 Posts: 20 Location: Rockville, MD
|
I am using the new version 5.5.0 and still get the same problem.
Right now, the upload would create a secondary folder after the first file (no matter what size) has been uploaded.
Not sure if this is a config issue or a program issue.
Please let me know what you find out from the files I sent you. Thanks.
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
I didn't get any email. Can you try naming the attachment .txt, or emailing to my webmail account (programcsharp at hotmail dot com)?
|
|
|
Rank: Administration

Groups: Administrators
Joined: 7/7/2005 Posts: 1,586 Location: Scottsdale, AZ
|
Looking at your FileNameGenerator code, you're using the current time as one of the inputs to the folder name. Is it possible that what you're seeing is multi file uploads with files in different time periods, thus creating different folders?
|
|
|
Rank: Member
Groups: Registered
Joined: 1/5/2010 Posts: 20 Location: Rockville, MD
|
It might be causing it. I will trying it without the time as part of the folder name.
Will get back to you if successful. Thank you.
|
|
|
Rank: Member
Groups: Registered
Joined: 1/5/2010 Posts: 20 Location: Rockville, MD
|
Chris,
That was the problem with the multiple folders. I removed the part of the code within the FileNameGenerator that uses the time when creating folders.
Thanks again for your help.
|
|
|
|
Guest |