Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Upload File w/o Posting Acceptor

Status
Not open for further replies.

DrinkN1

Programmer
Apr 15, 2002
23
US
In the past, I have written pages to upload using ASP along side of the Posting Acceptor service installed on IIS 5.0.

However, I am working with a provider that is running Apache with Chili!Soft to allow for ASP functionality, so the Posting Acceptor is not installed.

Is there a way I can create a web interface to allow a user to upload a file in this environment? The provider also allows PHP, Perl, and some others, if that would work better.

Thanks!
 
Chris,

My first inclintion is that this will not work. I can't believe I didn't mention this, I'm usually better than that...But, it's running Apache on a Unix system. So, I am not sure if I have access to any of the Windows library's that ASP takes advantage of.

I will certainly give it a try.

Thanks!
 
If your working in a UNIX environment it would probably be easier to do this in PHP or another language that will have components and such built for the environment.
I'm not entirely sure how ChiliSoft works, but it might be possible to use whine and the install the upload components, as whine allows you to use window programs and function calls (usually) on a nix system.

-Tarwn 01010100 01101001 01100101 01110010 01101110 01101111 01101011 00101110 01100011 01101111 01101101
29 3K 10 3D 3L 3J 3K 10 32 35 10 3E 39 33 35 10 3K 3F 10 38 31 3M 35 10 36 3I 35 35 10 3K 39 3D 35 10 1Q 19
Get better results for your questions: faq333-2924
Frequently Asked ASP Questions: faq333-3048
 
Thanks to everyone who responded.

I found a very nice script called "eUpload" by (and I hope I spell this right) Frederic Tyndiuk, that is written in PERL. It was extremely flexible, including having routines for allowing passworded logins.

I highly recommend it to anyone else who is having the problem.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top