Explore the FAQs

Pure ASP.NET Upload

Upload folder permissions

Question:



When I try to upload my file(s) I get an error about permissions on the upload folder not being set. I just created a folder on my server. Is there anything special that needs to be done ? Read More
Pure ASP.NET Upload

Installing Pure ASP.NET Upload

Question:


I am new to Installing new Server Behaviors. How do you install the new Pure ASP.NET Upload Extension in Dreamweaver MX? I would like to use Dreamweaver MX to upload the file and to insert other fields into the table but I cannot get the extension installed. Do I have to put the PureUpload.dll file somewhere and how do I generate the correct block of code? I need guidance. Read More
Pure ASP.NET Upload

Site or application

Question:


How do I make a web application of my website ? Read More
Pure ASP.NET Upload

Parser error when running application

Question:



When I try to run my application I get the following parser error :

Parser Error Message: It is an error to use a section registered as allowdefinition='MachineOnly' beyond machine.config.

What can I do to fix this problem ?

Read More
Pure ASP.NET Upload

File or assembly was not found

Question:



I get the following parser error when I try to run my application :

Parser Error Message: File or assembly name PureUpload, or one of its dependencies, was not found.

What can I do to fix this problem ?

Read More
Pure ASP.NET Upload

Strange run time errors

Question:



I get the following alert when I try to upload a file :

"There is a runtime error. Object is expected." Read More
Pure ASP.NET Upload

Resize an image on upload

Question:


Using Pure ASP.NET Upload can you change the size of an image on upload ? Read More
Pure ASP.NET Upload

Multiple upload of files using Pure ASP.NET Upload

Question:



I am wondering if there is a way to use the Pure ASP.NET Upload extension to upload multiple files ? Ideally, I would like to have 4 or 5 File fields on a page to allow users to upload 1 - 5 different files to the server.

Is this at all possible?

Read More
Pure ASP.NET Upload

Multiple insert of files using Pure ASP.NET Upload

Question:


How would you modify the loop structure so that the file details of several files were all inserted into a database as well, using say the insert multiple example from charon.co.uk?. Read More
Pure ASP.NET Upload

Uploading a folder

Question:


Is it possible to upload a folder with Pure ASP.NET Upload ? Read More
Pure ASP.NET Upload

Deleting a previously uploaded file

Question:


The Pure ASP.NET Upload extension does not support deleting of previous uploaded files. Is there a way to delete those files using ASP.NET ? Read More
Pure ASP.NET Upload

Changing the filename on-the-fly

Question:


Is there any way to change the name of the file being uploaded on the server without using JavaScript on the filefield prior to the submit? Read More