Welcome Guest, Not a member yet? Register   Sign In
retrieve appended file name
#1

[eluser]Circus-Killer[/eluser]
i am busy creating a document management system, and have run into a problem which i cannot figure out.

i have set codeigniter so that it does not overwrite the uploaded file. so when a file exists with the same name, it appends a number to the end of it. now, i want to keep track of all the documents uploaded, using a database table.

now in the database table, i want to save the filename. however, the upload class only has 'orig_name' and 'raw_name' properties. is there anyway i can retrieve the name of the file as named by codeigniter when it appended a number?
#2

[eluser]xwero[/eluser]
there is also the file_name, i think that is the name you want.
#3

[eluser]Circus-Killer[/eluser]
thanks so much.
that was exactly what i was looking for




Theme © iAndrew 2016 - Forum software by © MyBB