--- navien amirtharaj <[EMAIL PROTECTED]> wrote:

> I'm Navien. I'm new to this forum. I have two problems in my site
> thats are
> 
> 1. Uploading a .pdf file in to server. But it is working very
> nice in localhost.
>
> 2. For country selection i'm using drop down box. That is stored
> in database.  when i'm retrieving not able to select that particular
> country in the drop down in the update form.
> 
> Please do the need full.
> 
> Thanks.
> 
> with regards,
> 
> Navien

It is not clear to me what you are asking for and exactly what problem you are
having.  This should be posted in two separate messages with a specific subject
line in case either or both questions generates multiple responses.

For question 2 it sounds like you are saying that you have an HTML form select
list with values defined in a database table.  Can you see the form with the
proper values visible and associated with each item?  

Or, is your problem related to displaying the form again (to make changes) with
the value stored for a particular user chosen on the select list?

For question 1, what sort of errors are you having?  Can you upload any files? 
A common problem in file uploads is setting the permissions for the directory
where the files will be moved.  On a local system this might not be an issue
but for a server the ownership of the directory is often set to the user that
the webserver runs as, especially on a Linux or Unix server.

James

Reply via email to