473,398 Members | 2,212 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Select directory for upload using SoftArtisans FileUp

I am trying to use SoftArtisans FileUp Professional to upload a directory. I
have found some sample code to help but you have to type in the directory
name when you run the page.
I want to use a form in the same way as for a file upload to browse and
select my directory for upload.
Anyone know how to code this?
Also are there any good places other than the official SA site to go for
help with sample code?
Jul 19 '05 #1
5 2803
"kbrad" wrote in message
news:15**********************************@microsof t.com...
: I am trying to use SoftArtisans FileUp Professional to upload a directory.
I
: have found some sample code to help but you have to type in the directory
: name when you run the page.
: I want to use a form in the same way as for a file upload to browse and
: select my directory for upload.
: Anyone know how to code this?
: Also are there any good places other than the official SA site to go for
: help with sample code?

kbrad...

You don't upload directories. You upload files. It's usually a good idea
to start your support search at the vendor's site:
http://support.softartisans.com/support-118.aspx
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #2
fI'm afraid you are misinformed as this particular package does allow you to
select a directory and upload the entire contents - files and subdirectories.
I have look quite extensively on the SoftArtisans site and in the samples
they send with the evaluation sotware but can not find anything to help with
the issue of browsing to select a directory.

Can anyone else help?

"Roland Hall" wrote:
"kbrad" wrote in message
news:15**********************************@microsof t.com...
: I am trying to use SoftArtisans FileUp Professional to upload a directory.
I
: have found some sample code to help but you have to type in the directory
: name when you run the page.
: I want to use a form in the same way as for a file upload to browse and
: select my directory for upload.
: Anyone know how to code this?
: Also are there any good places other than the official SA site to go for
: help with sample code?

kbrad...

You don't upload directories. You upload files. It's usually a good idea
to start your support search at the vendor's site:
http://support.softartisans.com/support-118.aspx
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp

Jul 19 '05 #3
"kbrad" wrote in message
news:6B**********************************@microsof t.com...
: fI'm afraid you are misinformed as this particular package does allow you
to
: select a directory and upload the entire contents - files and
subdirectories.
: I have look quite extensively on the SoftArtisans site and in the samples
: they send with the evaluation sotware but can not find anything to help
with
: the issue of browsing to select a directory.
:
: Can anyone else help?

kbrad...

It is impossible to upload a directory or subdirectory. A directory
structure can be recreated/duplicated but it cannot be transferred.
Uploading the contents of a directory is still uploading files.

http://support.softartisans.com/support-118.aspx
Free support. On an as available basis only, we will answer inquiries
submitted via Web, e-mail or phone.
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #4
"kbrad" wrote in message
news:6B**********************************@microsof t.com...
: fI'm afraid you are misinformed as this particular package does allow you
to
: select a directory and upload the entire contents - files and
subdirectories.
: I have look quite extensively on the SoftArtisans site and in the samples
: they send with the evaluation sotware but can not find anything to help
with
: the issue of browsing to select a directory.

Probably worth reading...
http://fileup.softartisans.com/fileup-120.aspx

All your answers are in here:
http://support.softartisans.com/docs...er/default.asp
--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 19 '05 #5
I'm not sure if you're still interested in doing this, but it can be
accomplished by using JFile, a component you can download from SA along
with FileUp Pro. It is no longer officially supported by SA, but it
does allow users to select a directory, and all its subdirectories, for
upload. FileUp uses the "SaveRecursive" method instead of the "Save"
methos used for uploading individual files.

HTH!

kbrad wrote:
I am trying to use SoftArtisans FileUp Professional to upload a directory. I have found some sample code to help but you have to type in the directory name when you run the page.
I want to use a form in the same way as for a file upload to browse and select my directory for upload.
Anyone know how to code this?
Also are there any good places other than the official SA site to go for help with sample code?


Jul 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Gary \(Girish\) | last post by:
Hello: I am using SA-FileUp to enable members to upload their product images to my ISP sever. When member uploaded a new image file, the file name is replaced with the member ID and the old file...
2
by: Bonato Pierantonio | last post by:
Hi All, some one can help me? I need to upload an entire directory of images in a Web server using ASP.NET? How can I do it? Thanks
6
by: Robert Strickland | last post by:
What is the default file size limit when uploading a file and can the administrator up that limited when needed?
2
by: Robert Scheer | last post by:
Hi. Is there any way to configure a web application to allow for any file size when uploading a file? I know that the file will be loaded into memory and that I can receive http errors for...
4
by: Brian Henry | last post by:
I want to have a upload page with the standard browse button and upload button ... but when the user clicks on upload, i want an animated GIF file to appear on the form during the duration of the...
1
by: Stian | last post by:
Hello all! I am trying to find a component which helps me upload and download many files at a time. As far as I can see, there are three options: 1. ActiveX control 2. Java applet 3....
4
by: VB Programmer | last post by:
I know how to upload an individual file to a server (See below code snippet). QUESTION: Is there an easy way to upload an entire subdirectory and all it's files? Or, do I have to loop thru the...
14
by: neilmcguigan | last post by:
purely to see if it can be done, how would i go about uploading (and while we're at it, downloading) a 2 GB file using ASP.Net and SQL Server, as fast as possible? something about chunks... ...
3
by: =?Utf-8?B?UmFq?= | last post by:
Please let me know any approach in creating a progess bar control for file upload in ASP.NET 2.0? How can I get the transfer rate of the file, like how much bytes have been moved up... any...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.